Class Alignment
Defines the position of the image in SfChip control.
Inheritance
System.Object
Alignment
Namespace: Syncfusion.Maui.Core
Assembly: Syncfusion.Maui.Core.dll
Syntax
public sealed class Alignment : Enum
Fields
Bottom
It aligns the image at bottom position of the chip.
Declaration
public const Alignment Bottom
Field Value
Type |
---|
Alignment |
Default
It aligns the image at default position of the chip.
Declaration
public const Alignment Default
Field Value
Type |
---|
Alignment |
End
It aligns the image at end position of the chip.
Declaration
public const Alignment End
Field Value
Type |
---|
Alignment |
Left
It aligns the image at left position of the chip.
Declaration
public const Alignment Left
Field Value
Type |
---|
Alignment |
Right
It aligns the image at right position of the chip.
Declaration
public const Alignment Right
Field Value
Type |
---|
Alignment |
Start
It aligns the image at start position of the chip.
Declaration
public const Alignment Start
Field Value
Type |
---|
Alignment |
Top
It aligns the image at top position of the chip.
Declaration
public const Alignment Top
Field Value
Type |
---|
Alignment |