ClassShapesUILayer
Class
Represents a layer in the RadRichTextBox that handles shapes within the document.
Definition
Namespace:Telerik.Windows.Documents.UI.Layers
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class ShapesUILayer : ProviderUILayerBase, IUILayer
Inheritance: objectProviderUILayerBaseShapesUILayer
Implements:
Inherited Members
Constructors
ShapesUILayer()
Declaration
cs-api-definition
public ShapesUILayer()
Properties
Methods
EnumerateVisibleProviders()
Declaration
cs-api-definition
protected override IEnumerable<IUIProvider> EnumerateVisibleProviders()
Returns
Overrides
GetAssociatedUIProvider(ShapeLayoutBox)
Declaration
cs-api-definition
protected IUIProvider GetAssociatedUIProvider(ShapeLayoutBox shapeBox)
Parameters
shapeBox
Returns
RemoveUIProvider(IUIProvider)
Declaration
cs-api-definition
protected override void RemoveUIProvider(IUIProvider provider)
Parameters
provider
Overrides