ClassTableWidthUnit
Class
Definition
Namespace:Telerik.WinForms.Documents.Model
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
cs-api-definition
[TypeConverter(typeof(TableWidthUnitConverter))]
public class TableWidthUnit
Inheritance: objectTableWidthUnit
Constructors
TableWidthUnit(TableWidthUnitType)
Declaration
cs-api-definition
public TableWidthUnit(TableWidthUnitType type)
Parameters
type
TableWidthUnit(TableWidthUnitType, double)
Declaration
cs-api-definition
public TableWidthUnit(TableWidthUnitType type, double value)
Parameters
type
value
Properties
Type
Declaration
cs-api-definition
public TableWidthUnitType Type { get; }
Property Value
Methods
Operators
operator !=(TableWidthUnit, TableWidthUnit)
Declaration
cs-api-definition
public static bool operator !=(TableWidthUnit left, TableWidthUnit right)
Parameters
left
right
Returns
operator ==(TableWidthUnit, TableWidthUnit)
Declaration
cs-api-definition
public static bool operator ==(TableWidthUnit left, TableWidthUnit right)
Parameters
left
right
Returns