CommentLayoutElement
Class
Represents the layout of a comment in the Telerik UI Annotations system.
Definition
Namespace:Telerik.Windows.Documents.UI.Annotations
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class CommentLayoutElement
Inheritance: objectCommentLayoutElement
Constructors
C#
public CommentLayoutElement(Comment comment, Thickness margin)
Properties
Gets the desired size of the comment layout element.
C#
public SizeF DesiredSize { get; }
Methods
Sets the height of the comment layout element.
C#
public void SetHeight(float newHeight)
The height to set, measured in pixels.