Class CommentEndUIProvider
Inherited Members
Namespace: Telerik.Windows.Documents.Model
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class CommentEndUIProvider : CommentUIProviderBase
Constructors
CommentEndUIProvider()
Declaration
public CommentEndUIProvider()
Properties
Instance
Declaration
public static CommentUIProviderBase Instance { get; }
Property Value
Methods
ArrangeUIElement(IUILayerContainer, CommentsPaneLayout, FrameworkElement, AnnotationMarkerLayoutBox, SectionLayoutBox, PointF)
Declaration
public override void ArrangeUIElement(IUILayerContainer pagePresenter, CommentsPaneLayout layout, FrameworkElement element, AnnotationMarkerLayoutBox annotationMarkerBox, SectionLayoutBox sectionBox, PointF viewOffset)
Parameters
IUILayer
|
Comments
|
System.
|
Annotation
|
Section
|
Point
|
Overrides
CreateUIElements(IUILayerContainer, AnnotationMarkerLayoutBox, ObjectPool, RectangleF)
Declaration
public override IEnumerable<FrameworkElement> CreateUIElements(IUILayerContainer pagePresenter, AnnotationMarkerLayoutBox markerBox, ObjectPool pool, RectangleF viewPort)
Parameters
IUILayer
|
Annotation
|
Object
|
Rectangle
|
Returns
System.
|
Overrides
ElementRemovingFromUI(FrameworkElement)
Declaration
public override void ElementRemovingFromUI(FrameworkElement element)
Parameters
System.
|
Overrides
HasVisibleElements(CommentsPaneLayout, AnnotationMarkerLayoutBox, SectionLayoutBox, RectangleF, PointF)
Declaration
public override bool HasVisibleElements(CommentsPaneLayout layout, AnnotationMarkerLayoutBox annotationMarkerBox, SectionLayoutBox sectionBox, RectangleF viewPort, PointF viewOffset)
Parameters
Comments
|
Annotation
|
Section
|
Rectangle
|
Point
|
Returns
System.
|
Overrides
UpdateUIElement(IUILayerContainer, CommentsPaneLayout, FrameworkElement, AnnotationMarkerLayoutBox, SectionLayoutBox, PointF)
Declaration
public override void UpdateUIElement(IUILayerContainer pagePresenter, CommentsPaneLayout layout, FrameworkElement element, AnnotationMarkerLayoutBox annotationMarkerBox, SectionLayoutBox sectionBox, PointF viewOffset)
Parameters
IUILayer
|
Comments
|
System.
|
Annotation
|
Section
|
Point
|