WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BusyIndicatorContentPosition

    Show / Hide Table of Contents

    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 Description
    BusyIndicatorContentPosition

    Left

    Places the content at the left of the indicator.

    Declaration
    public const BusyIndicatorContentPosition Left
    Field Value
    Type Description
    BusyIndicatorContentPosition

    Right

    Places the content at the right of the indicator.

    Declaration
    public const BusyIndicatorContentPosition Right
    Field Value
    Type Description
    BusyIndicatorContentPosition

    Top

    Places the content at the top of the indicator.

    Declaration
    public const BusyIndicatorContentPosition Top
    Field Value
    Type Description
    BusyIndicatorContentPosition

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved