TableWidthUnit
Class
Represents the width unit of a table in the Telerik document model.
Definition
Namespace:Telerik.Windows.Documents.Model
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
[TypeConverter(typeof(TableWidthUnitConverter))]
public class TableWidthUnit
Inheritance: objectTableWidthUnit
Constructors
C#
public TableWidthUnit(TableWidthUnitType type, double value)
Properties
Represents the different types of table width units that can be used in a table.
C#
public TableWidthUnitType Type { get; }
Methods
Calculates the value of the table width in a specified unit based on the given float value.
Determines whether the specified object is equal to the current TableWidthUnit instance.
Returns a hash code for the current instance of the TableWidthUnit class.
C#
public override int GetHashCode()
A 32-bit signed integer that is the hash code for the current instance.
Overrides:
Operators
C#
public static bool operator !=(TableWidthUnit left, TableWidthUnit right)
C#
public static bool operator ==(TableWidthUnit left, TableWidthUnit right)