Class TableRowHeight
Specifies the height of a TableRow. The height may be absolute or relative, depending on the property values.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Flow.Model.Styles
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public class TableRowHeight
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). |
Properties
Type
Gets or sets the type of the height.
Declaration
public HeightType Type { get; }
Property Value
HeightType
The type of the height. |
Value
Gets or sets the value. The value is in device independent pixels (1/96 inch).
Declaration
public double Value { get; }
Property Value
System.Double
The value. |
Methods
Equals(Object)
Determines whether the specified System.Object is equal to the current System.Object.
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
The System.Object to compare with the current System.Object. |
Returns
System.Boolean
Returns true if the specified System.Object is equal to the current System.Object; otherwise, false. |
Overrides
GetHashCode()
Serves as a hash function for a particular type.
Declaration
public override int GetHashCode()
Returns
System.Int32
A hash code for the current System.Object. |
Overrides
ToString()
Declaration
public override string ToString()
Returns
System.String
|
Overrides
Operators
Equality(TableRowHeight, TableRowHeight)
Determines whether the specified table row height are equal.
Declaration
public static bool operator ==(TableRowHeight a, TableRowHeight b)
Parameters
TableRowHeight
a
|
TableRowHeight
b
|
Returns
System.Boolean
True if the table row heights are equal. |
Inequality(TableRowHeight, TableRowHeight)
Determines whether the specified table row height are different.
Declaration
public static bool operator !=(TableRowHeight a, TableRowHeight b)
Parameters
TableRowHeight
a
|
TableRowHeight
b
|
Returns
System.Boolean
True if the table row heights are different. |