Represents a presenter that manages the visualization and interaction of shape documents within the UI.
Definition
Namespace:Telerik.Windows.Documents.UI
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class ShapeDocumentPresenter : DocumentWebLayoutPresenter, IDocumentEditorPresenter, IUILayerContainer
Inheritance: objectDocumentPresenterBaseDocumentWebLayoutPresenterShapeDocumentPresenter
Implements:
Inherited Members
Methods
Raises the event. This method is invoked whenever is set to true internally.
C#
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.
Overrides:
Updates the scroll offset based on the specified document position.
C#
public override void UpdateScrollOffsetFromDocumentPosition(DocumentPosition position)
Overrides: