Class CommentUIProviderBase
Inheritance
System.Object
CommentUIProviderBase
Namespace: Telerik.Windows.Documents.Model
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public abstract class CommentUIProviderBase : DependencyObject
Constructors
CommentUIProviderBase()
Declaration
protected CommentUIProviderBase()
Methods
ArrangeUIElement(IUILayerContainer, CommentsPaneLayout, FrameworkElement, AnnotationMarkerLayoutBox, SectionLayoutBox, PointF)
Declaration
public abstract void ArrangeUIElement(IUILayerContainer pagePresenter, CommentsPaneLayout layout, FrameworkElement element, AnnotationMarkerLayoutBox box, SectionLayoutBox sectionBox, PointF pointF)
Parameters
IUILayer
|
Comments
|
System.
|
Annotation
|
Section
|
Point
|
CreateUIElements(IUILayerContainer, AnnotationMarkerLayoutBox, ObjectPool, RectangleF)
Declaration
public abstract IEnumerable<FrameworkElement> CreateUIElements(IUILayerContainer pagePresenter, AnnotationMarkerLayoutBox box, ObjectPool pool, RectangleF viewPort)
Parameters
IUILayer
|
Annotation
|
Object
|
Rectangle
|
Returns
System.
|
ElementRemovingFromUI(FrameworkElement)
Declaration
public virtual void ElementRemovingFromUI(FrameworkElement element)
Parameters
System.
|
GetBorderBracket(AnnotationMarkerLayoutBox)
Declaration
protected FrameworkElement GetBorderBracket(AnnotationMarkerLayoutBox marker)
Parameters
Annotation
|
Returns
System.
|
HasVisibleElements(CommentsPaneLayout, AnnotationMarkerLayoutBox, SectionLayoutBox, RectangleF, PointF)
Declaration
public virtual bool HasVisibleElements(CommentsPaneLayout layout, AnnotationMarkerLayoutBox annotationMarkerBox, SectionLayoutBox sectionBox, RectangleF viewPort, PointF viewOffset)
Parameters
Comments
|
Annotation
|
Section
|
Rectangle
|
Point
|
Returns
System.
|
UpdateUIElement(IUILayerContainer, CommentsPaneLayout, FrameworkElement, AnnotationMarkerLayoutBox, SectionLayoutBox, PointF)
Declaration
public abstract void UpdateUIElement(IUILayerContainer uiLayerContainer, CommentsPaneLayout commentPaneLayout, FrameworkElement element, AnnotationMarkerLayoutBox annotationMarkerBox, SectionLayoutBox sectionBox, PointF pointF)
Parameters
IUILayer
|
Comments
|
System.
|
Annotation
|
Section
|
Point
|