Class TableCellLayoutBox
Inherited Members
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.Windows.Documents.Layout
Assembly: Telerik.Windows.Documents.dll
Syntax
public class TableCellLayoutBox : FlowOrderedLayoutBox, IBlockContainerLayoutBox
Constructors
TableCellLayoutBox(DocumentElement, DocumentStructureCollection)
Declaration
public TableCellLayoutBox(DocumentElement associatedDocumentElement, DocumentStructureCollection collection)
Parameters
DocumentElement
associatedDocumentElement
|
DocumentStructureCollection
collection
|
TableCellLayoutBox(DocumentElement, DocumentStructureCollection, Boolean)
Declaration
public TableCellLayoutBox(DocumentElement associatedDocumentElement, DocumentStructureCollection collection, bool isFragment)
Parameters
DocumentElement
associatedDocumentElement
|
DocumentStructureCollection
collection
|
System.Boolean
isFragment
|
Properties
AssociatedTableCell
HasVisualRepresentation
Declaration
public override bool HasVisualRepresentation { get; }
Property Value
System.Boolean
|
Overrides
IsTopContainer
Declaration
public override bool IsTopContainer { get; }
Property Value
System.Boolean
|
Overrides
Methods
ArrangeOverride(SizeF)
Declaration
protected override SizeF ArrangeOverride(SizeF finalSize)
Parameters
SizeF
finalSize
|
Returns
SizeF
|
Overrides
CanGrowVerticallyOverride(Single)
Declaration
protected override bool? CanGrowVerticallyOverride(float desiredHeight)
Parameters
System.Single
desiredHeight
|
Returns
System.Nullable<System.Boolean>
|
Overrides
CreateLayoutElement()
MeasureOverride(SizeF)
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
SizeF
availableSize
|
Returns
SizeF
|
Overrides
MeasureOverrideInternal(SizeF)
Declaration
protected SizeF MeasureOverrideInternal(SizeF availableSize)
Parameters
SizeF
availableSize
|
Returns
SizeF
|