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