Class Alignment
Contains values to the Alignment enumeration that determines the placement of the button at start, end, top, bottom.
Inheritance
System.Object
Alignment
Namespace: Syncfusion.XForms.Buttons
Assembly: Syncfusion.Buttons.XForms.dll
Syntax
public sealed class Alignment : Enum
Fields
Bottom
The alignment Bottom
Declaration
public const Alignment Bottom
Field Value
Type |
---|
Alignment |
End
The alignment end
Declaration
public const Alignment End
Field Value
Type |
---|
Alignment |
Left
The alignment Left, To position image at left if we mentioned any flow direction
Declaration
public const Alignment Left
Field Value
Type |
---|
Alignment |
Right
The alignment Right, To position image at right if we mentioned any flow direction
Declaration
public const Alignment Right
Field Value
Type |
---|
Alignment |
Start
The alignment start
Declaration
public const Alignment Start
Field Value
Type |
---|
Alignment |
Top
The alignment Top
Declaration
public const Alignment Top
Field Value
Type |
---|
Alignment |