menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DisplayContentMode - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DisplayContentMode

    Represents a list of display content modes for the control.

    Inheritance
    System.Object
    DisplayContentMode
    Namespace: Syncfusion.UI.Xaml.Controls.Notification
    Assembly: Syncfusion.SfProgressBar.UWP.dll
    Syntax
    [ClassReference(IsReviewed = false)]
    public sealed class DisplayContentMode : Enum

    Fields

    Custom

    Represents custom text as display text in the control.

    Declaration
    public const DisplayContentMode Custom
    Field Value
    Type
    DisplayContentMode

    None

    Represents no display text in the control.

    Declaration
    public const DisplayContentMode None
    Field Value
    Type
    DisplayContentMode

    Percentage

    Represents percentage value with percentage symbol as display text in the control.

    Declaration
    public const DisplayContentMode Percentage
    Field Value
    Type
    DisplayContentMode

    Value

    Represents value as display text in the control.

    Declaration
    public const DisplayContentMode Value
    Field Value
    Type
    DisplayContentMode

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved