Class HorizontalAlignment
Specifies how an object or text in a control is horizontally aligned relative to an element of the control.
Inheritance
System.Object
HorizontalAlignment
Namespace: Syncfusion.SfDiagram.XForms
Assembly: Syncfusion.SfDiagram.XForms.dll
Syntax
public sealed class HorizontalAlignment : Enum
Fields
Center
The object or text is aligned in the centre of the control element.
Declaration
public const HorizontalAlignment Center
Field Value
Type |
---|
HorizontalAlignment |
Left
The object or text is aligned on the left of the control element.
Declaration
public const HorizontalAlignment Left
Field Value
Type |
---|
HorizontalAlignment |
Right
The object or text is aligned on the right of the control element.
Declaration
public const HorizontalAlignment Right
Field Value
Type |
---|
HorizontalAlignment |