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
Type |
---|
BusyIndicatorContentPosition |
Left
Places the content at the left of the indicator.
Declaration
public const BusyIndicatorContentPosition Left
Field Value
Type |
---|
BusyIndicatorContentPosition |
Right
Places the content at the right of the indicator.
Declaration
public const BusyIndicatorContentPosition Right
Field Value
Type |
---|
BusyIndicatorContentPosition |
Top
Places the content at the top of the indicator.
Declaration
public const BusyIndicatorContentPosition Top
Field Value
Type |
---|
BusyIndicatorContentPosition |