CommentsUILayer
Class
Definition
Namespace:Telerik.WinForms.Documents.UI.Layers
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
C#
public class CommentsUILayer : IUILayer
Inheritance: objectCommentsUILayer
Implements:
Constructors
C#
public CommentsUILayer(IUILayerContainer pagePresenter)
Properties
C#
public UILayerUpdateContext CurrentUpdateContext { get; }
C#
public bool IsHitTestVisible { get; set; }
Implements:
C#
protected ObjectPool ObjectPool { get; }
ProvidersEnumerable
IEnumerable<AnnotationMarkerLayoutBox>
C#
public virtual IEnumerable<AnnotationMarkerLayoutBox> ProvidersEnumerable { get; }
C#
public virtual bool ShouldClip { get; }
Implements:
C#
public virtual bool ShouldUpdateWhenNotInvalidated { get; }
Implements:
Offset of the view from the initial point (0, 0) generally related to scroll offset
C#
public PointF ViewOffset { get; }
C#
protected bool ViewOffsetChanged { get; }
Gets the rectangle currently visible
C#
protected RectangleF ViewPort { get; }
C#
protected bool ViewportChanged { get; }
Methods
C#
public void ArrangeChildren()
Implements:
C#
public void ClearChildren()
Implements:
C#
public void DoOnPresentationChanged()
Implements:
C#
public void RemoveChild(FrameworkElement existingElement)
C#
public void UnregisterChildUIElement(FrameworkElement existingElement)
C#
protected virtual void UpdateUI()
C#
public void UpdateViewPort(PointF viewOffset, RectangleF viewPort, ObjectPool uiElementPool)
C#
public void UpdateViewPort(UILayerUpdateContext context)
Implements: