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:
C#
public enum TableWidthUnitType
Fields
Width calculated automatically based on content.
C#
Auto = 0
Width specified as an absolute measurement.
C#
Fixed = 1
Width collapsed to zero.
C#
Nil = 3
Width expressed as a percentage of the container width.
C#
Percent = 2