Class ThemeConstants.ProgressBar.Styles
Inheritance
System.Object
ThemeConstants.ProgressBar.Styles
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Tizen.UIExtensions.ElmSharp
Assembly: Tizen.UIExtensions.ElmSharp.dll
Syntax
public class Styles
Fields
Default
Declaration
public const string Default = "default"
Field Value
Type | Description |
---|---|
System.String |
Large
Declaration
public const string Large = "process_large"
Field Value
Type | Description |
---|---|
System.String |
Pending
Declaration
public const string Pending = "pending"
Field Value
Type | Description |
---|---|
System.String |
Small
Declaration
public const string Small = "process_small"
Field Value
Type | Description |
---|---|
System.String |