Class HeightType
Specifies the row height type.
Inheritance
System.Object
HeightType
Namespace: Syncfusion.Blazor.DocumentEditor
Assembly: Syncfusion.Blazor.DocumentEditor.dll
Syntax
public sealed class HeightType : Enum
Fields
AtLeast
The row height is at least a minimum specified value.
Declaration
public const HeightType AtLeast
Field Value
Type |
---|
HeightType |
Auto
The row height is adjusted to accommodate the tallest value in the row.
Declaration
public const HeightType Auto
Field Value
Type |
---|
HeightType |
Exactly
The row height is an exact value.
Declaration
public const HeightType Exactly
Field Value
Type |
---|
HeightType |