Class
TableWidthUnit

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

TableWidthUnitType

TableWidthUnit(TableWidthUnitType, double)

Declaration

cs-api-definition
public TableWidthUnit(TableWidthUnitType type, double value)

Parameters

type

TableWidthUnitType

value

double

TableWidthUnit(double)

Declaration

cs-api-definition
public TableWidthUnit(double value)

Parameters

value

double

Properties

Type

Declaration

cs-api-definition
public TableWidthUnitType Type { get; }

Property Value

TableWidthUnitType

Value

Declaration

cs-api-definition
public double Value { get; }

Property Value

double

Methods

Calculate(float)

Declaration

cs-api-definition
public float? Calculate(float availableWidth)

Parameters

availableWidth

float

Returns

float?

Equals(object)

Declaration

cs-api-definition
public override bool Equals(object obj)

Parameters

obj

object

Returns

bool

Overrides object.Equals(object)

GetHashCode()

Declaration

cs-api-definition
public override int GetHashCode()

Returns

int

Overrides object.GetHashCode()

Operators

operator !=(TableWidthUnit, TableWidthUnit)

Declaration

cs-api-definition
public static bool operator !=(TableWidthUnit left, TableWidthUnit right)

Parameters

left

TableWidthUnit

right

TableWidthUnit

Returns

bool

operator ==(TableWidthUnit, TableWidthUnit)

Declaration

cs-api-definition
public static bool operator ==(TableWidthUnit left, TableWidthUnit right)

Parameters

left

TableWidthUnit

right

TableWidthUnit

Returns

bool