Class TableRowHeight
Defines row height behavior as auto-calculated, minimum, or exact based on the type and value specified.
Inherited Members
Namespace: Telerik.Windows.Documents.Flow.Model.Styles
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public class TableRowHeight : TableRowHeightBase<HeightType>
Constructors
TableRowHeight(HeightType)
Initializes row height with the specified behavior type; typically used for auto-height rows.
Declaration
public TableRowHeight(HeightType type)
Parameters
|
HeightType
type
The type. |
TableRowHeight(HeightType, Double)
Initializes row height with the specified behavior type and value in device independent pixels (1/96 inch).
Declaration
public TableRowHeight(HeightType type, double value)
Parameters
|
HeightType
type
The type of the height. |
|
System.Double
value
The row height in device independent pixels (1/96 inch). |
Methods
ToString()
Returns a string that represents the current TableRowHeight.
Declaration
public override string ToString()
Returns
|
System.String
A string representation of the current table row height instance. |