Class CommentsUILayer
Inheritance
System.Object
CommentsUILayer
Namespace: Telerik.Windows.Documents.UI.Layers
Assembly: Telerik.Windows.Documents.dll
Syntax
public class CommentsUILayer : Object, IUILayer
Constructors
CommentsUILayer(IUILayerContainer)
Declaration
public CommentsUILayer(IUILayerContainer pagePresenter)
Parameters
IUILayerContainer
pagePresenter
|
Properties
CurrentUpdateContext
Declaration
public UILayerUpdateContext CurrentUpdateContext { get; }
Property Value
UILayerUpdateContext
|
IsHitTestVisible
Declaration
public bool IsHitTestVisible { get; set; }
Property Value
System.Boolean
|
Implements
Name
Declaration
public virtual string Name { get; }
Property Value
System.String
|
Implements
ObjectPool
ProvidersEnumerable
Declaration
public virtual IEnumerable<AnnotationMarkerLayoutBox> ProvidersEnumerable { get; }
Property Value
System.Collections.Generic.IEnumerable<AnnotationMarkerLayoutBox>
|
ShouldClip
Declaration
public virtual bool ShouldClip { get; }
Property Value
System.Boolean
|
Implements
ShouldUpdateWhenNotInvalidated
Declaration
public virtual bool ShouldUpdateWhenNotInvalidated { get; }
Property Value
System.Boolean
|
Implements
ViewOffset
Offset of the view from the initial point (0, 0) generally related to scroll offset
Declaration
public PointF ViewOffset { get; }
Property Value
PointF
|
ViewOffsetChanged
Declaration
protected bool ViewOffsetChanged { get; }
Property Value
System.Boolean
|
ViewPort
Gets the rectangle currently visible
Declaration
protected RectangleF ViewPort { get; }
Property Value
RectangleF
|
ViewportChanged
Declaration
protected bool ViewportChanged { get; }
Property Value
System.Boolean
|
Methods
AddChild(FrameworkElement)
Declaration
public void AddChild(FrameworkElement uiElement)
Parameters
System.Windows.FrameworkElement
uiElement
|
ArrangeChildren()
ClearChildren()
DoOnPresentationChanged()
GetLayerUIElement()
Declaration
public UIElement GetLayerUIElement()
Returns
System.Windows.UIElement
|
Implements
RemoveChild(FrameworkElement)
Declaration
public void RemoveChild(FrameworkElement existingElement)
Parameters
System.Windows.FrameworkElement
existingElement
|
UnregisterChildUIElement(FrameworkElement)
Declaration
public void UnregisterChildUIElement(FrameworkElement existingElement)
Parameters
System.Windows.FrameworkElement
existingElement
|
UpdateUI()
Declaration
protected virtual void UpdateUI()
UpdateViewPort(PointF, RectangleF, ObjectPool)
Declaration
public void UpdateViewPort(PointF viewOffset, RectangleF viewPort, ObjectPool uiElementPool)
Parameters
PointF
viewOffset
|
RectangleF
viewPort
|
ObjectPool
uiElementPool
|
UpdateViewPort(RectangleF)
UpdateViewPort(UILayerUpdateContext)
Declaration
public void UpdateViewPort(UILayerUpdateContext context)
Parameters
UILayerUpdateContext
context
|