TableWidthUnit
Class
Definition
Namespace:Telerik.WinForms.Documents.Model
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
C#
[TypeConverter(typeof(TableWidthUnitConverter))]
public class TableWidthUnit
Inheritance: objectTableWidthUnit
Constructors
C#
public TableWidthUnit(TableWidthUnitType type, double value)
Properties
C#
public TableWidthUnitType Type { get; }
Methods
Operators
C#
public static bool operator !=(TableWidthUnit left, TableWidthUnit right)
C#
public static bool operator ==(TableWidthUnit left, TableWidthUnit right)