Enum
HeightType

Height calculation modes that determine whether content grows freely, respects a minimum, or is constrained to an exact value.

Definition

Namespace:Telerik.Windows.Documents.Fixed.Model.Editing

Assembly:Telerik.Windows.Documents.Fixed.dll

Syntax:

cs-api-definition
public enum HeightType

Fields

AtLeast

Specifies a minimum height for the element. The element will be at least this tall, but may grow taller if the content requires it.

Declaration

cs-api-definition
AtLeast = 1

Field Value

HeightType

Auto

Height is automatically determined based on the content. The element will grow or shrink to fit its content.

Declaration

cs-api-definition
Auto = 0

Field Value

HeightType

Exact

Specifies an exact height for the element. The element will be exactly this tall, regardless of its content. Content that doesn't fit may be clipped or handled according to overflow rules.

Declaration

cs-api-definition
Exact = 2

Field Value

HeightType

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