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