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 |