Class ShapeVerticalAlignment
Specifies the Shape Vertical Alignment supported by the SfRichTextBoxAdv control.
Inheritance
System.Object
ShapeVerticalAlignment
Namespace: Syncfusion.Windows.Controls.RichTextBoxAdv
Assembly: Syncfusion.SfRichTextBoxAdv.WPF.dll
Syntax
public sealed class ShapeVerticalAlignment : Enum
Fields
Bottom
Aligns the content to the bottom.
Declaration
public const ShapeVerticalAlignment Bottom
Field Value
Type |
---|
ShapeVerticalAlignment |
Center
Aligns the content to the center.
Declaration
public const ShapeVerticalAlignment Center
Field Value
Type |
---|
ShapeVerticalAlignment |
Inline
Aligns the content to the inline.
Declaration
public const ShapeVerticalAlignment Inline
Field Value
Type |
---|
ShapeVerticalAlignment |
Inside
Aligns the content to the inside.
Declaration
public const ShapeVerticalAlignment Inside
Field Value
Type |
---|
ShapeVerticalAlignment |
None
Aligns the content to the none.
Declaration
public const ShapeVerticalAlignment None
Field Value
Type |
---|
ShapeVerticalAlignment |
Outside
Aligns the content to the outside.
Declaration
public const ShapeVerticalAlignment Outside
Field Value
Type |
---|
ShapeVerticalAlignment |
Top
Aligns the content to the top.
Declaration
public const ShapeVerticalAlignment Top
Field Value
Type |
---|
ShapeVerticalAlignment |