Class ToolbarAlignment
List the toolbar alignment. This enum is used to customize the alignment for toolbar.
Inheritance
System.Object
ToolbarAlignment
Namespace: Syncfusion.SfSunburstChart.XForms
Assembly: Syncfusion.SfSunburstChart.XForms.dll
Syntax
public sealed class ToolbarAlignment : Enum
Fields
Center
Places the toolbar at the center for the specified Offset values.
Declaration
public const ToolbarAlignment Center
Field Value
Type |
---|
ToolbarAlignment |
End
Places the toolbar at the end for the specified Offset values.
Declaration
public const ToolbarAlignment End
Field Value
Type |
---|
ToolbarAlignment |
Start
Places the toolbar at the begining for the specified Offset values.
Declaration
public const ToolbarAlignment Start
Field Value
Type |
---|
ToolbarAlignment |