Class ThemeConstants.NaviItem.Parts
Inheritance
System.Object
ThemeConstants.NaviItem.Parts
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 Parts
Fields
BackButton
Declaration
public const string BackButton = "elm.swallow.prev_btn"
Field Value
Type | Description |
---|---|
System.String |
LeftToolbarButton
Declaration
public const string LeftToolbarButton = "title_left_btn"
Field Value
Type | Description |
---|---|
System.String |
NavigationBar
Declaration
public const string NavigationBar = "navigationbar"
Field Value
Type | Description |
---|---|
System.String |
RightToolbarButton
Declaration
public const string RightToolbarButton = "title_right_btn"
Field Value
Type | Description |
---|---|
System.String |
Title
Declaration
public const string Title = "default"
Field Value
Type | Description |
---|---|
System.String |