Class ShapeHorizontalAlignment
Specifies the Shape Horizontal Alignment supported by the SfRichTextBoxAdv control.
Inheritance
System.Object
ShapeHorizontalAlignment
Namespace: Syncfusion.Windows.Controls.RichTextBoxAdv
Assembly: Syncfusion.SfRichTextBoxAdv.WPF.dll
Syntax
public sealed class ShapeHorizontalAlignment : Enum
Fields
Center
Aligns the content to the center.
Declaration
public const ShapeHorizontalAlignment Center
Field Value
Type |
---|
ShapeHorizontalAlignment |
Inside
Aligns the content to the inside.
Declaration
public const ShapeHorizontalAlignment Inside
Field Value
Type |
---|
ShapeHorizontalAlignment |
Left
Aligns the content to the left.
Declaration
public const ShapeHorizontalAlignment Left
Field Value
Type |
---|
ShapeHorizontalAlignment |
None
Aligns the content to the none.
Declaration
public const ShapeHorizontalAlignment None
Field Value
Type |
---|
ShapeHorizontalAlignment |
Outside
Aligns the content to the outside.
Declaration
public const ShapeHorizontalAlignment Outside
Field Value
Type |
---|
ShapeHorizontalAlignment |
Right
Aligns the content to the right.
Declaration
public const ShapeHorizontalAlignment Right
Field Value
Type |
---|
ShapeHorizontalAlignment |