ClassCommentStartUIProvider
Class
Definition
Namespace:Telerik.Windows.Documents.Model
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class CommentStartUIProvider : CommentUIProviderBase
Inheritance: objectCommentUIProviderBaseCommentStartUIProvider
Inherited Members
Constructors
CommentStartUIProvider()
Declaration
cs-api-definition
public CommentStartUIProvider()
Properties
Instance
Declaration
cs-api-definition
public static CommentUIProviderBase Instance { get; }
Property Value
Methods
ArrangeUIElement(IUILayerContainer, CommentsPaneLayout, FrameworkElement, AnnotationMarkerLayoutBox, SectionLayoutBox, PointF)
Declaration
cs-api-definition
public override void ArrangeUIElement(IUILayerContainer pagePresenter, CommentsPaneLayout layout, FrameworkElement element, AnnotationMarkerLayoutBox box, SectionLayoutBox sectionBox, PointF viewOffset)
Parameters
pagePresenter
layout
element
FrameworkElement
box
sectionBox
viewOffset
Overrides
CreateUIElements(IUILayerContainer, AnnotationMarkerLayoutBox, ObjectPool, RectangleF)
Declaration
cs-api-definition
public override IEnumerable<FrameworkElement> CreateUIElements(IUILayerContainer pagePresenter, AnnotationMarkerLayoutBox box, ObjectPool pool, RectangleF viewPort)
Parameters
pagePresenter
box
pool
viewPort
Returns
IEnumerable<FrameworkElement>
Overrides
HasVisibleElements(CommentsPaneLayout, AnnotationMarkerLayoutBox, SectionLayoutBox, RectangleF, PointF)
Declaration
cs-api-definition
public override bool HasVisibleElements(CommentsPaneLayout layout, AnnotationMarkerLayoutBox annotationMarkerBox, SectionLayoutBox sectionBox, RectangleF viewPort, PointF viewOffset)
Parameters
layout
annotationMarkerBox
sectionBox
viewPort
viewOffset
Returns
Overrides
UpdateUIElement(IUILayerContainer, CommentsPaneLayout, FrameworkElement, AnnotationMarkerLayoutBox, SectionLayoutBox, PointF)
Declaration
cs-api-definition
public override void UpdateUIElement(IUILayerContainer pagePresenter, CommentsPaneLayout layout, FrameworkElement element, AnnotationMarkerLayoutBox annotationMarkerBox, SectionLayoutBox sectionBox, PointF viewOffset)
Parameters
pagePresenter
layout
element
FrameworkElement
annotationMarkerBox
sectionBox
viewOffset
Overrides