ShapePreviewLayer
Class
Represents a layer for displaying shape previews in the RadRichTextBox.
Definition
Namespace:Telerik.Windows.Documents.UI.Layers
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class ShapePreviewLayer : UIElementsLayer, IUILayer
Inheritance: objectUIElementsLayerShapePreviewLayer
Implements:
Inherited Members
Constructors
Methods
Arranges the child elements within the ShapePreviewLayer.
C#
public override void ArrangeChildren()
Overrides:
C#
protected override void ClearLayerOverride()
Overrides:
Updates the viewport for the ShapePreviewLayer based on the provided update context.
C#
public override void UpdateViewPortOverride(UILayerUpdateContext context)
The update context containing information for the layer update.
Overrides: