TableRowHeight
Class
Height specification for a TableRow, supporting automatic, exact, or minimum values.
Definition
Namespace:Telerik.Windows.Documents.Fixed.Model.Editing.Tables
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
C#
public class TableRowHeight : TableRowHeightBase<HeightType>, IEquatable<TableRowHeightBase<HeightType>>
Inheritance: objectTableRowHeightBase<HeightType>TableRowHeight
Implements:
Inherited Members
Constructors
Initialize a height descriptor with an explicit value.
C#
public TableRowHeight(HeightType type, double value)
The type of the height.
valuedoubleThe row height in device independent pixels (1/96 inch).
Initialize a height descriptor, typically used to create TableRowHeight with Auto.
Methods
Returns a string that represents the current TableRowHeight. For Auto the type is returned; otherwise the type and the numeric value.