Class TableRowLayoutBox
Represents a layout box for a table row in the Telerik Windows Documents layout system.
Inherited Members
Namespace: Telerik.Windows.Documents.Layout
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class TableRowLayoutBox : FlowOrderedLayoutBox
Constructors
TableRowLayoutBox(DocumentElement, DocumentStructureCollection)
Declaration
public TableRowLayoutBox(DocumentElement associatedDocumentElement, DocumentStructureCollection collection)
Parameters
DocumentElement
associatedDocumentElement
|
DocumentStructureCollection
collection
|
TableRowLayoutBox(DocumentElement, DocumentStructureCollection, Boolean)
Declaration
public TableRowLayoutBox(DocumentElement associatedDocumentElement, DocumentStructureCollection collection, bool isFragment)
Parameters
DocumentElement
associatedDocumentElement
|
DocumentStructureCollection
collection
|
System.Boolean
isFragment
|
Properties
AssociatedTableRow
Gets the associated table row for this table row layout box.
Declaration
public TableRow AssociatedTableRow { get; }
Property Value
TableRow
|
BoundsChildBoxes
Gets the bounding child boxes of the table row layout.
Declaration
public override bool BoundsChildBoxes { get; }
Property Value
System.Boolean
|
Overrides
Methods
ArrangeOverride(SizeF)
Declaration
protected override SizeF ArrangeOverride(SizeF finalSize)
Parameters
SizeF
finalSize
|
Returns
SizeF
|
Overrides
CreateLayoutElement()
Creates and returns a layout element for the table row.
Declaration
public override LayoutElement CreateLayoutElement()
Returns
LayoutElement
A LayoutElement that represents the layout for the table row. |
Overrides
GetPositionHandler()
Retrieves the position of the TableRowLayoutBox.
Declaration
public override PositionHandler GetPositionHandler()
Returns
PositionHandler
The position of the current TableRowLayoutBox as a System.Windows.Point object. |
Overrides
MeasureOverride(SizeF)
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
SizeF
availableSize
|
Returns
SizeF
|