Show / Hide Table of Contents

    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()
    Namespace: Tizen.UIExtensions.ElmSharp
    Assembly: Tizen.UIExtensions.ElmSharp.dll
    Syntax
    public class ColorClass

    Fields

    Background

    Declaration
    public const string Background = "bg"
    Field Value
    Type Description
    System.String

    Icon

    Declaration
    public const string Icon = "icon"
    Field Value
    Type Description
    System.String

    IconPressed

    Declaration
    public const string IconPressed = "icon_pressed"
    Field Value
    Type Description
    System.String

    IconSelected

    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

    Underline

    Declaration
    public const string Underline = "underline"
    Field Value
    Type Description
    System.String
    Back to top Copyright © 2021 Samsung
    Generated by DocFX