Enum AutoFitType
Specifies the auto fit type.
Namespace: Syncfusion.Windows.Controls.RichTextBoxAdv
Assembly: Syncfusion.SfRichTextBoxAdv.WPF.dll
Syntax
public enum AutoFitType
Fields
| Name | Description |
|---|---|
| FitToContents | Fit the contents respect to contents. |
| FitToWindow | Fit the contents respect to window/pagewidth. |
| FixedColumnWidth | Fit the contents respect to fixed column width. |