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