Enum HeightType
Specifies the height type.
Namespace: Syncfusion.Windows.Controls.RichTextBoxAdv
Assembly: Syncfusion.SfRichTextBoxAdv.WPF.dll
Syntax
public enum HeightType
Fields
| Name | Description |
|---|---|
| Atleast | Specifies the least height in pixels. |
| Auto | Specifies the height to be determined automatically. |
| Exactly | Specifies the exact height in pixels. |