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