Enum TableWidthUnitType
Defines how table or cell width is interpreted: automatic layout, fixed dimensions, percentage of container, or nil width.
Namespace: Telerik.Windows.Documents.Flow.Model.Styles
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public enum TableWidthUnitType
Auto
Width calculated automatically based on content.
Fixed
Width specified as an absolute measurement.
Nil
Width collapsed to zero.
Percent
Width expressed as a percentage of the container width.