Enum
HeightType

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:

cs-api-definition
public enum HeightType

Fields

AtLeast

Enforces a minimum height that can expand if content requires more space.

Declaration

cs-api-definition
AtLeast = 1

Field Value

HeightType

Auto

Height is automatically calculated based on content, allowing rows to grow as needed.

Declaration

cs-api-definition
Auto = 0

Field Value

HeightType

Exact

Sets a fixed height that does not change regardless of content size, potentially clipping overflow.

Declaration

cs-api-definition
Exact = 2

Field Value

HeightType

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