Class CommentLayoutElement
Inheritance
System.Object
CommentLayoutElement
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.UI.Annotations
Assembly: Telerik.Windows.Documents.dll
Syntax
public class CommentLayoutElement
Constructors
CommentLayoutElement(Comment, Thickness)
Declaration
public CommentLayoutElement(Comment comment, Thickness margin)
Parameters
Comment
comment
|
System.Windows.Thickness
margin
|
Properties
DesiredSize
DesiredY
Declaration
public float DesiredY { get; set; }
Property Value
System.Single
|
Methods
Measure(SizeF)
SetHeight(Single)
Declaration
public void SetHeight(float newHeight)
Parameters
System.Single
newHeight
|