Class TableRowHeight
Specifies the height of a TableRow. The height may be absolute or relative, depending on the property values.
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 a new instance of the TableRowHeight class. Useful for creating TableRowHeight with Auto.
Declaration
public TableRowHeight(HeightType type)
Parameters
HeightType
type
The type. |
TableRowHeight(HeightType, Double)
Initializes a new instance of the TableRowHeight class.
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()
Declaration
public override string ToString()
Returns
System.String
|