Class SelectionUILayer
Inheritance
System.Object
SelectionUILayer
Namespace: Telerik.Windows.Documents.UI.Layers
Assembly: Telerik.Windows.Documents.dll
Syntax
public class SelectionUILayer : Object, IUILayer
Constructors
SelectionUILayer(IDocumentEditorPresenterContainer)
Declaration
public SelectionUILayer(IDocumentEditorPresenterContainer documentEditor)
Parameters
IDocumentEditorPresenterContainer
documentEditor
|
Fields
currentSectionLayoutBox
Properties
IsHitTestVisible
Declaration
public bool IsHitTestVisible { get; set; }
Property Value
System.Boolean
|
Implements
Name
ShouldClip
Declaration
public bool ShouldClip { get; }
Property Value
System.Boolean
|
Implements
ShouldUpdateWhenNotInvalidated
Declaration
public bool ShouldUpdateWhenNotInvalidated { get; }
Property Value
System.Boolean
|
Implements
Methods
ArrangeChildren()
ClearChildren()
DoOnPresentationChanged()
GetLayerUIElement()
Declaration
public UIElement GetLayerUIElement()
Returns
System.Windows.UIElement
|
Implements
RegisterInlineSelectionHandler(Type, IInlineSelectionHandler)
Declaration
public void RegisterInlineSelectionHandler(Type inlineType, IInlineSelectionHandler selectionHandler)
Parameters
System.Type
inlineType
|
IInlineSelectionHandler
selectionHandler
|
UnregisterInlineSelectionHandler(Type)
Declaration
public void UnregisterInlineSelectionHandler(Type inlineType)
Parameters
System.Type
inlineType
|
UpdateUIViewPort(PointF, RectangleF)
Declaration
public void UpdateUIViewPort(PointF viewOffset, RectangleF viewPort)
Parameters
PointF
viewOffset
|
RectangleF
viewPort
|
UpdateViewPort(UILayerUpdateContext)
Declaration
public void UpdateViewPort(UILayerUpdateContext context)
Parameters
UILayerUpdateContext
context
|