Class CommentsPaneLayout
Inheritance
System.Object
CommentsPaneLayout
Namespace: Telerik.Windows.Documents.UI.Annotations
Assembly: Telerik.Windows.Documents.dll
Syntax
public class CommentsPaneLayout : Object
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
|
System.Windows.Thickness
commentTemplateEditorMargin
|