ClassTableRowHeight
Defines row height behavior as auto-calculated, minimum, or exact based on the type and value specified.
Definition
Namespace:Telerik.Windows.Documents.Flow.Model.Styles
Assembly:Telerik.Windows.Documents.Flow.dll
Syntax:
public class TableRowHeight : TableRowHeightBase<HeightType>, IEquatable<TableRowHeightBase<HeightType>>
Inheritance: objectTableRowHeightBase<HeightType>TableRowHeight
Implements:
Inherited Members
Constructors
TableRowHeight(HeightType)
Initializes row height with the specified behavior type; typically used for auto-height rows.
Declaration
public TableRowHeight(HeightType type)
Parameters
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
type
The type of the height.
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
A string representation of the current table row height instance.
Overrides