Class CommentsPaneLayout
Inheritance
System.Object
CommentsPaneLayout
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.WinForms.Documents.UI.Annotations
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class CommentsPaneLayout
Constructors
CommentsPaneLayout()
Declaration
public CommentsPaneLayout()
Methods
InvalidateMeasure()
Declaration
public void InvalidateMeasure()
Measure(IEnumerable<LayoutBox>, SizeF, PointF, Padding, Thickness)
Declaration
public void Measure(IEnumerable<LayoutBox> layoutBoxes, SizeF availableSize, PointF sectionViewOffset, Padding sectionMargin, Thickness commentTemplateEditorMargin)
Parameters
System.Collections.Generic.IEnumerable<LayoutBox>
layoutBoxes
|
SizeF
availableSize
|
PointF
sectionViewOffset
|
Padding
sectionMargin
|
Thickness
commentTemplateEditorMargin
|