Class TableRowHeight
Specifies the height of a Table
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)
Initializes a new instance of the Table
Declaration
public TableRowHeight(HeightType type)
Parameters
Height The type. |
TableRowHeight(HeightType, Double)
Initializes a new instance of the Table
Declaration
public TableRowHeight(HeightType type, double value)
Parameters
Height The type of the height. |
System. The row height in device independent pixels (1/96 inch). |
Methods
ToString()
Declaration
public override string ToString()
Returns
System.
|