Class VerticalAlignment
Specifies how an object or text in a control is vertically aligned relative to an element of the control.
Inheritance
System.Object
VerticalAlignment
Namespace: Syncfusion.SfDiagram.XForms
Assembly: Syncfusion.SfDiagram.XForms.dll
Syntax
public sealed class VerticalAlignment : Enum
Fields
Bottom
The object or text is aligned on the bottom of the control element.
Declaration
public const VerticalAlignment Bottom
Field Value
Type |
---|
VerticalAlignment |
Center
The object or text is aligned in the center of the control element.
Declaration
public const VerticalAlignment Center
Field Value
Type |
---|
VerticalAlignment |
Top
The object or text is aligned on the top of the control element.
Declaration
public const VerticalAlignment Top
Field Value
Type |
---|
VerticalAlignment |