Class DocumentPagePresenter
Inheritance
System.Object
DocumentPagePresenter
Namespace: Telerik.Windows.Documents.UI
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class DocumentPagePresenter : ContentControl, IUILayerContainer
Constructors
DocumentPagePresenter()
Declaration
public DocumentPagePresenter()
Properties
CaretTextInputHandler
Gets or sets the Caret
Declaration
public CaretTextInputHandler CaretTextInputHandler { get; set; }
Property Value
Owner
Declaration
public IDocumentEditorPresenterContainer Owner { get; }
Property Value
Implements
PageCanvas
Declaration
public Panel PageCanvas { get; }
Property Value
System.
|
SectionBoxIndex
Declaration
public int SectionBoxIndex { get; set; }
Property Value
System.
|
UILayers
Declaration
public UILayerStack UILayers { get; }
Property Value
Implements
ViewportRectangle
Methods
ArrangeOverride(Size)
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
System.
|
Returns
System.
|
FocusCaret()
Declaration
public void FocusCaret()
IsLayerSupported(IUILayer)
Declaration
public bool IsLayerSupported(IUILayer layer)
Parameters
IUILayer
layer
|
Returns
System.
|
Implements
MeasureOverride(Size)
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
System.
|
Returns
System.
|
SetKeyboardSelectionHandler(KeyboardSelectionHandler)
Declaration
public void SetKeyboardSelectionHandler(KeyboardSelectionHandler keyboardSelectionHandler)
Parameters
Keyboard
|
SetMouseSelectionHandler(MouseSelectionHandler)
Declaration
public void SetMouseSelectionHandler(MouseSelectionHandler mouseSelectionHandler)
Parameters
Mouse
|
UpdateCaretSize()
Declaration
public void UpdateCaretSize()