HeightType
Enum
Specifies how table row height is interpreted: automatically calculated, enforced as minimum, or set to an exact fixed value.
Definition
Namespace:Telerik.Windows.Documents.Flow.Model.Styles
Assembly:Telerik.Windows.Documents.Flow.dll
Syntax:
C#
public enum HeightType
Fields
Enforces a minimum height that can expand if content requires more space.
C#
AtLeast = 1
Height is automatically calculated based on content, allowing rows to grow as needed.
C#
Auto = 0
Sets a fixed height that does not change regardless of content size, potentially clipping overflow.
C#
Exact = 2