Class CommentStartUIProvider
Inherited Members
Namespace: Telerik.Windows.Documents.Model
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class CommentStartUIProvider : CommentUIProviderBase
Constructors
CommentStartUIProvider()
Declaration
public CommentStartUIProvider()
Properties
Instance
Declaration
public static CommentUIProviderBase Instance { get; }
Property Value
CommentUIProviderBase
|
Methods
ArrangeUIElement(IUILayerContainer, CommentsPaneLayout, FrameworkElement, AnnotationMarkerLayoutBox, SectionLayoutBox, PointF)
Declaration
public override void ArrangeUIElement(IUILayerContainer pagePresenter, CommentsPaneLayout layout, FrameworkElement element, AnnotationMarkerLayoutBox box, SectionLayoutBox sectionBox, PointF viewOffset)
Parameters
IUILayerContainer
pagePresenter
|
CommentsPaneLayout
layout
|
System.Windows.FrameworkElement
element
|
AnnotationMarkerLayoutBox
box
|
SectionLayoutBox
sectionBox
|
PointF
viewOffset
|
Overrides
CreateUIElements(IUILayerContainer, AnnotationMarkerLayoutBox, ObjectPool, RectangleF)
Declaration
public override IEnumerable<FrameworkElement> CreateUIElements(IUILayerContainer pagePresenter, AnnotationMarkerLayoutBox box, ObjectPool pool, RectangleF viewPort)
Parameters
IUILayerContainer
pagePresenter
|
AnnotationMarkerLayoutBox
box
|
ObjectPool
pool
|
RectangleF
viewPort
|
Returns
System.Collections.Generic.IEnumerable<System.Windows.FrameworkElement>
|
Overrides
HasVisibleElements(CommentsPaneLayout, AnnotationMarkerLayoutBox, SectionLayoutBox, RectangleF, PointF)
Declaration
public override bool HasVisibleElements(CommentsPaneLayout layout, AnnotationMarkerLayoutBox annotationMarkerBox, SectionLayoutBox sectionBox, RectangleF viewPort, PointF viewOffset)
Parameters
CommentsPaneLayout
layout
|
AnnotationMarkerLayoutBox
annotationMarkerBox
|
SectionLayoutBox
sectionBox
|
RectangleF
viewPort
|
PointF
viewOffset
|
Returns
System.Boolean
|
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
IUILayerContainer
pagePresenter
|
CommentsPaneLayout
layout
|
System.Windows.FrameworkElement
element
|
AnnotationMarkerLayoutBox
annotationMarkerBox
|
SectionLayoutBox
sectionBox
|
PointF
viewOffset
|