Class TableWidthUnit
Defines preferred width of a table or table cell.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Flow.Model.Styles
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public class TableWidthUnit
Constructors
TableWidthUnit(Double)
Initializes a new instance of the Table
Declaration
public TableWidthUnit(double value)
Parameters
System. The value in device independent pixels (1/96 inch). |
TableWidthUnit(TableWidthUnitType)
Initializes a new instance of the Table
Declaration
public TableWidthUnit(TableWidthUnitType type)
Parameters
Table The type. |
TableWidthUnit(TableWidthUnitType, Double)
Initializes a new instance of the Table
Declaration
public TableWidthUnit(TableWidthUnitType type, double value)
Parameters
Table The type. |
System. The value in device independent pixels (1/96 inch). |
Properties
Type
Gets or sets the unit type type.
Declaration
public TableWidthUnitType Type { get; }
Property Value
Table The unit type. |
Value
Gets or sets the unit value value. The value is in device independent pixels (1/96 inch).
Declaration
public double Value { get; }
Property Value
System. The unit value. |
Methods
Equals(Object)
Determines whether the specified System.
Declaration
public override bool Equals(object obj)
Parameters
System. The System. |
Returns
System. Returns true if the specified System. |
Overrides
GetHashCode()
Serves as a hash function for a particular type.
Declaration
public override int GetHashCode()
Returns
System. A hash code for the current System. |
Overrides
ToString()
Returns a System.
Declaration
public override string ToString()
Returns
System. A System. |
Overrides
Operators
Equality(TableWidthUnit, TableWidthUnit)
Determines whether the specified table width units are equal.
Declaration
public static bool operator ==(TableWidthUnit a, TableWidthUnit b)
Parameters
Returns
System. True if the table width units are equal. |
Inequality(TableWidthUnit, TableWidthUnit)
Determines whether the specified table width units are different.
Declaration
public static bool operator !=(TableWidthUnit a, TableWidthUnit b)
Parameters
Returns
System. True if the table width units are different. |