Class HeightType
Specifies the height type.
Inheritance
System.Object
HeightType
Namespace: Syncfusion.Windows.Controls.RichTextBoxAdv
Assembly: Syncfusion.SfRichTextBoxAdv.WPF.dll
Syntax
public sealed class HeightType : Enum
Fields
Atleast
Specifies the least height in pixels.
Declaration
public const HeightType Atleast
Field Value
Type |
---|
HeightType |
Auto
Specifies the height to be determined automatically.
Declaration
public const HeightType Auto
Field Value
Type |
---|
HeightType |
Exactly
Specifies the exact height in pixels.
Declaration
public const HeightType Exactly
Field Value
Type |
---|
HeightType |