Class TableRowHeight
Height specification for a TableRow, supporting automatic, exact, or minimum values.
Inherited Members
Namespace: Telerik.Windows.Documents.Fixed.Model.Editing.Tables
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class TableRowHeight : TableRowHeightBase<HeightType>
Constructors
TableRowHeight(HeightType)
Initialize a height descriptor, typically used to create TableRowHeight with Auto.
Declaration
public TableRowHeight(HeightType type)
Parameters
|
HeightType
type
The type. |
TableRowHeight(HeightType, Double)
Initialize a height descriptor with an explicit value.
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 System.String that represents the current TableRowHeight. For Auto the type is returned; otherwise the type and the numeric value.
Declaration
public override string ToString()
Returns
|
System.String
A System.String representation of the table row height. |