Class
CommentLayoutElement

Definition

Namespace:Telerik.WinForms.Documents.UI.Annotations

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

cs-api-definition
public class CommentLayoutElement

Inheritance: objectCommentLayoutElement

Constructors

CommentLayoutElement(Comment, Thickness)

Declaration

cs-api-definition
public CommentLayoutElement(Comment comment, Thickness margin)

Parameters

comment

Comment

margin

Thickness

Properties

DesiredSize

Declaration

cs-api-definition
public SizeF DesiredSize { get; }

Property Value

SizeF

DesiredY

Declaration

cs-api-definition
public float DesiredY { get; set; }

Property Value

float

Methods

Measure(SizeF)

Declaration

cs-api-definition
public SizeF Measure(SizeF size)

Parameters

size

SizeF

Returns

SizeF

SetHeight(float)

Declaration

cs-api-definition
public void SetHeight(float newHeight)

Parameters

newHeight

float