ClassShapeDocumentPresenter
Class
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:
cs-api-definition
public class ShapeDocumentPresenter : DocumentWebLayoutPresenter, IDocumentEditorPresenter, IUILayerContainer
Inheritance: objectDocumentPresenterBaseDocumentWebLayoutPresenterShapeDocumentPresenter
Implements:
Inherited Members
Methods
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever is set to true internally.
Declaration
cs-api-definition
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.
Overrides
UpdateScrollOffsetFromDocumentPosition(DocumentPosition)
Updates the scroll offset based on the specified document position.
Declaration
cs-api-definition
public override void UpdateScrollOffsetFromDocumentPosition(DocumentPosition position)
Parameters
position
Overrides