Class
ShapesUILayer

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: IUILayer

Inherited Members ProviderUILayerBase.GetLayerUIElement()ProviderUILayerBase.ClearChildren()ProviderUILayerBase.UpdateViewPort(UILayerUpdateContext)ProviderUILayerBase.ShouldRemoveProvider(IUIProvider)ProviderUILayerBase.UpdateUI()ProviderUILayerBase.ArrangeChildren()ProviderUILayerBase.DoOnPresentationChanged()ProviderUILayerBase.RemoveUIProviderNoRecycle(IUIProvider)ProviderUILayerBase.IsHitTestVisibleProviderUILayerBase.ShouldUpdateWhenNotInvalidatedProviderUILayerBase.ShouldClipProviderUILayerBase.CurrentUpdateContextProviderUILayerBase.UIRegistry

Constructors

ShapesUILayer()

Declaration

cs-api-definition
public ShapesUILayer()

Properties

Name

Gets or sets the name of the Shapes UI Layer.

Declaration

cs-api-definition
public override string Name { get; }

Property Value

string

A string representing the name of the Shapes UI Layer.

Overrides ProviderUILayerBase.Name

Methods

EnumerateVisibleProviders()

Declaration

cs-api-definition
protected override IEnumerable<IUIProvider> EnumerateVisibleProviders()

Returns

IEnumerable<IUIProvider>

Overrides ProviderUILayerBase.EnumerateVisibleProviders()

GetAssociatedUIProvider(ShapeLayoutBox)

Declaration

cs-api-definition
protected IUIProvider GetAssociatedUIProvider(ShapeLayoutBox shapeBox)

Parameters

shapeBox

ShapeLayoutBox

Returns

IUIProvider

RemoveUIProvider(IUIProvider)

Declaration

cs-api-definition
protected override void RemoveUIProvider(IUIProvider provider)

Parameters

provider

IUIProvider

Overrides ProviderUILayerBase.RemoveUIProvider(IUIProvider)