Class TableLayoutBox
Inherited Members
Namespace: Telerik.Windows.Documents.Layout
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class TableLayoutBox : LayoutBox
Constructors
TableLayoutBox(DocumentElement, DocumentStructureCollection)
Declaration
public TableLayoutBox(DocumentElement associatedDocumentElement, DocumentStructureCollection collection)
Parameters
Document
|
Document
|
TableLayoutBox(DocumentElement, DocumentStructureCollection, Boolean)
Declaration
public TableLayoutBox(DocumentElement associatedDocumentElement, DocumentStructureCollection collection, bool isFragment)
Parameters
Document
|
Document
|
System.
|
Properties
AssociatedTable
CanCreateLayoutBoxesFromContent
Declaration
protected override bool CanCreateLayoutBoxesFromContent { get; }
Property Value
System.
|
Overrides
ControlBoundingRectangle
Declaration
public override RectangleF ControlBoundingRectangle { get; }
Property Value
Overrides
HasVisualRepresentation
Declaration
public override bool HasVisualRepresentation { get; }
Property Value
System.
|
Overrides
Methods
ArrangeOverride(SizeF)
Declaration
protected override SizeF ArrangeOverride(SizeF finalSize)
Parameters
Size
|
Returns
Overrides
CreateLayoutElement()
Declaration
public override LayoutElement CreateLayoutElement()
Returns
Overrides
MeasureOverride(SizeF)
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
Size
|
Returns
Overrides
OnInvalidateMeasure()
Declaration
protected override void OnInvalidateMeasure()