ShapeUIProvider
Class
Provides UI-related functionalities for shapes within the document interface.
Definition
Namespace:Telerik.Windows.Documents.UI.UIProviders
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class ShapeUIProvider : DrawingUIProvider, IUIProvider
Inheritance: objectHyperlinkUIProviderBaseDrawingUIProviderShapeUIProvider
Implements:
Inherited Members
Constructors
Properties
Represents a shape box within the ShapeUIProvider, which is responsible for managing the visual representation and behavior of shapes in the UI.
C#
public ShapeLayoutBox ShapeBox { get; }
Methods
CreateDrawingControl()
FrameworkElement
C#
protected override FrameworkElement CreateDrawingControl()
FrameworkElement
Overrides:
C#
protected override void UpdateRecycledUIElement()
Overrides:
Updates the user interface elements associated with the shape provider.
C#
public override void UpdateUI(UILayerUpdateContext uILayerUpdateContext)
The context containing information for updating the UI layer.
Overrides: