Class AutoShapeType
Specifies the auto shape type supported by the SfRichTextBoxAdv control.
Inheritance
System.Object
AutoShapeType
Namespace: Syncfusion.Windows.Controls.RichTextBoxAdv
Assembly: Syncfusion.SfRichTextBoxAdv.WPF.dll
Syntax
public sealed class AutoShapeType : Enum
Fields
None
Aligns the content to the none.
Declaration
public const AutoShapeType None
Field Value
Type |
---|
AutoShapeType |
Rectangle
Aligns the shape to the rectangle.
Declaration
public const AutoShapeType Rectangle
Field Value
Type |
---|
AutoShapeType |
RoundedRectangle
Aligns the shape to the rounded rectangle.
Declaration
public const AutoShapeType RoundedRectangle
Field Value
Type |
---|
AutoShapeType |