New to Telerik UI for WPFStart a free 30-day trial

Definition

Namespace:Telerik.Windows.Documents.Model

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

C#
public class CommentStartUIProvider : CommentUIProviderBase

Inheritance: objectCommentUIProviderBaseCommentStartUIProvider

Inherited Members CommentUIProviderBase.GetBorderBracket(AnnotationMarkerLayoutBox)CommentUIProviderBase.ElementRemovingFromUI(FrameworkElement)

Constructors

C#
public CommentStartUIProvider()

Properties

C#
public static CommentUIProviderBase Instance { get; }

Methods

C#
public override void ArrangeUIElement(IUILayerContainer pagePresenter, CommentsPaneLayout layout, FrameworkElement element, AnnotationMarkerLayoutBox box, SectionLayoutBox sectionBox, PointF viewOffset)
Parameters:pagePresenterIUILayerContainerlayoutCommentsPaneLayoutelementFrameworkElementboxAnnotationMarkerLayoutBoxsectionBoxSectionLayoutBoxviewOffsetPointF

Overrides: CommentUIProviderBase.ArrangeUIElement(IUILayerContainer, CommentsPaneLayout, FrameworkElement, AnnotationMarkerLayoutBox, SectionLayoutBox, PointF)

C#
public override IEnumerable<FrameworkElement> CreateUIElements(IUILayerContainer pagePresenter, AnnotationMarkerLayoutBox box, ObjectPool pool, RectangleF viewPort)
Parameters:pagePresenterIUILayerContainerboxAnnotationMarkerLayoutBoxpoolObjectPoolviewPortRectangleFReturns:

IEnumerable<FrameworkElement>

Overrides: CommentUIProviderBase.CreateUIElements(IUILayerContainer, AnnotationMarkerLayoutBox, ObjectPool, RectangleF)

C#
public override bool HasVisibleElements(CommentsPaneLayout layout, AnnotationMarkerLayoutBox annotationMarkerBox, SectionLayoutBox sectionBox, RectangleF viewPort, PointF viewOffset)
Parameters:layoutCommentsPaneLayoutannotationMarkerBoxAnnotationMarkerLayoutBoxsectionBoxSectionLayoutBoxviewPortRectangleFviewOffsetPointFReturns:

bool

Overrides: CommentUIProviderBase.HasVisibleElements(CommentsPaneLayout, AnnotationMarkerLayoutBox, SectionLayoutBox, RectangleF, PointF)

C#
public override void UpdateUIElement(IUILayerContainer pagePresenter, CommentsPaneLayout layout, FrameworkElement element, AnnotationMarkerLayoutBox annotationMarkerBox, SectionLayoutBox sectionBox, PointF viewOffset)
Parameters:pagePresenterIUILayerContainerlayoutCommentsPaneLayoutelementFrameworkElementannotationMarkerBoxAnnotationMarkerLayoutBoxsectionBoxSectionLayoutBoxviewOffsetPointF

Overrides: CommentUIProviderBase.UpdateUIElement(IUILayerContainer, CommentsPaneLayout, FrameworkElement, AnnotationMarkerLayoutBox, SectionLayoutBox, PointF)