Class AutoFitType
Specifies the auto fit type.
Inheritance
System.Object
AutoFitType
Namespace: Syncfusion.Windows.Controls.RichTextBoxAdv
Assembly: Syncfusion.SfRichTextBoxAdv.WPF.dll
Syntax
public sealed class AutoFitType : Enum
Fields
FitToContents
Fit the contents respect to contents.
Declaration
public const AutoFitType FitToContents
Field Value
Type |
---|
AutoFitType |
FitToWindow
Fit the contents respect to window/pagewidth.
Declaration
public const AutoFitType FitToWindow
Field Value
Type |
---|
AutoFitType |
FixedColumnWidth
Fit the contents respect to fixed column width.
Declaration
public const AutoFitType FixedColumnWidth
Field Value
Type |
---|
AutoFitType |