Enum
TableWidthUnitType

Defines how table or cell width is interpreted: automatic layout, fixed dimensions, percentage of container, or nil width.

Definition

Namespace:Telerik.Windows.Documents.Flow.Model.Styles

Assembly:Telerik.Windows.Documents.Flow.dll

Syntax:

cs-api-definition
public enum TableWidthUnitType

Fields

Auto

Width calculated automatically based on content.

Declaration

cs-api-definition
Auto = 0

Field Value

TableWidthUnitType

Fixed

Width specified as an absolute measurement.

Declaration

cs-api-definition
Fixed = 1

Field Value

TableWidthUnitType

Nil

Width collapsed to zero.

Declaration

cs-api-definition
Nil = 3

Field Value

TableWidthUnitType

Percent

Width expressed as a percentage of the container width.

Declaration

cs-api-definition
Percent = 2

Field Value

TableWidthUnitType

In this article
DefinitionFieldsAutoFixedNilPercent
Not finding the help you need?
Contact Support