Class ThemeConstants.ToolbarItem.ColorClass
Inheritance
System.Object
ThemeConstants.ToolbarItem.ColorClass
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()
Assembly: Tizen.UIExtensions.ElmSharp.dll
Fields
Declaration
public const string Background = "bg"
Field Value
Type |
Description |
System.String |
|
Declaration
public const string Icon = "icon"
Field Value
Type |
Description |
System.String |
|
Declaration
public const string IconPressed = "icon_pressed"
Field Value
Type |
Description |
System.String |
|
Declaration
public const string IconSelected = "icon_selected"
Field Value
Type |
Description |
System.String |
|
Text
Declaration
public const string Text = "text"
Field Value
Type |
Description |
System.String |
|
TextPressed
Declaration
public const string TextPressed = "text_pressed"
Field Value
Type |
Description |
System.String |
|
TextSelected
Declaration
public const string TextSelected = "text_selected"
Field Value
Type |
Description |
System.String |
|
TextUnderIcon
Declaration
public const string TextUnderIcon = "text_under_icon"
Field Value
Type |
Description |
System.String |
|
TextUnderIconPressed
Declaration
public const string TextUnderIconPressed = "text_under_icon_pressed"
Field Value
Type |
Description |
System.String |
|
TextUnderIconSelected
Declaration
public const string TextUnderIconSelected = "text_under_icon_selected"
Field Value
Type |
Description |
System.String |
|
Declaration
public const string Underline = "underline"
Field Value
Type |
Description |
System.String |
|