Enum HeightType
Specifies how the height of an element should be calculated and applied.
Namespace: Telerik.Windows.Documents.Fixed.Model.Editing
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public enum HeightType
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.
Auto
Height is automatically determined based on the content. The element will grow or shrink to fit its content.
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.