Class WidthType
Specifies the width type.
Inheritance
System.Object
WidthType
Namespace: Syncfusion.Windows.Controls.RichTextBoxAdv
Assembly: Syncfusion.SfRichTextBoxAdv.WPF.dll
Syntax
public sealed class WidthType : Enum
Fields
Auto
Specifies the width to be determined automatically.
Declaration
public const WidthType Auto
Field Value
Type |
---|
WidthType |
Percent
Specifies the width in percentage.
Declaration
public const WidthType Percent
Field Value
Type |
---|
WidthType |
Pixel
Specifies the width in pixels.
Declaration
public const WidthType Pixel
Field Value
Type |
---|
WidthType |