Class TableWidthUnit
Inheritance
System.Object
TableWidthUnit
Namespace: Telerik.Windows.Documents.Model
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class TableWidthUnit : Object
Constructors
TableWidthUnit(Double)
Declaration
public TableWidthUnit(double value)
Parameters
System.
|
TableWidthUnit(TableWidthUnitType)
TableWidthUnit(TableWidthUnitType, Double)
Declaration
public TableWidthUnit(TableWidthUnitType type, double value)
Parameters
Table
|
System.
|
Properties
Type
Value
Declaration
public double Value { get; }
Property Value
System.
|
Methods
Calculate(Single)
Declaration
public Nullable<float> Calculate(float availableWidth)
Parameters
System.
|
Returns
System.
|
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
System.
|
Returns
System.
|
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.
|
Operators
Equality(TableWidthUnit, TableWidthUnit)
Declaration
public static bool operator ==(TableWidthUnit left, TableWidthUnit right)
Parameters
Table
|
Table
|
Returns
System.
|
Inequality(TableWidthUnit, TableWidthUnit)
Declaration
public static bool operator !=(TableWidthUnit left, TableWidthUnit right)
Parameters
Table
|
Table
|
Returns
System.
|