TableRowHeight
Class
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:
C#
public class TableRowHeight : TableRowHeightBase<HeightType>, IEquatable<TableRowHeightBase<HeightType>>
Inheritance: objectTableRowHeightBase<HeightType>TableRowHeight
Implements:
Inherited Members
Constructors
Initializes row height with the specified behavior type and value in device independent pixels (1/96 inch).
C#
public TableRowHeight(HeightType type, double value)
The type of the height.
valuedoubleThe row height in device independent pixels (1/96 inch).
Initializes row height with the specified behavior type; typically used for auto-height rows.
Methods
Returns a string that represents the current TableRowHeight.
C#
public override string ToString()
A string representation of the current table row height instance.
Overrides: