Class BusyIndicatorContentPosition
Defines the position of content.
Inheritance
System.Object
BusyIndicatorContentPosition
Namespace: Syncfusion.UI.Xaml.Notifications
Assembly: Syncfusion.Notifications.WinUI.dll
Syntax
public sealed class BusyIndicatorContentPosition : Enum
Fields
Bottom
Places the content at the bottom of the indicator.
Declaration
public const BusyIndicatorContentPosition Bottom
Field Value
Left
Places the content at the left of the indicator.
Declaration
public const BusyIndicatorContentPosition Left
Field Value
Right
Places the content at the right of the indicator.
Declaration
public const BusyIndicatorContentPosition Right
Field Value
Top
Places the content at the top of the indicator.
Declaration
public const BusyIndicatorContentPosition Top