Class HeightType
Specifies the row height type
Inheritance
System.Object
HeightType
Namespace: Syncfusion.Blazor.DocumentEditor
Assembly: Syncfusion.Blazor.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 | Description |
---|---|
HeightType |
Auto
The row height is adjusted to accommodate the tallest value in the row.
Declaration
public const HeightType Auto
Field Value
Type | Description |
---|---|
HeightType |
Exactly
The row height is an exact value.
Declaration
public const HeightType Exactly
Field Value
Type | Description |
---|---|
HeightType |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |