Class BusyIndicatorTitlePlacement
Defines the position of title.
Inheritance
System.Object
BusyIndicatorTitlePlacement
Namespace: Syncfusion.Maui.Core
Assembly: Syncfusion.Maui.Core.dll
Syntax
public sealed class BusyIndicatorTitlePlacement : Enum
Fields
Bottom
Places the title to the bottom of the indicator
Declaration
public const BusyIndicatorTitlePlacement Bottom
Field Value
None
Hides the title of the indicator.
Declaration
public const BusyIndicatorTitlePlacement None
Field Value
Top
Places the title at the top of the indicator
Declaration
public const BusyIndicatorTitlePlacement Top