Class ThemeConstants.GenItemClass.Parts
Inheritance
System.Object
ThemeConstants.GenItemClass.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
Content
Declaration
public const string Content = "elm.swallow.content"
Field Value
Type | Description |
---|---|
System.String |
End
Declaration
public const string End = "elm.swallow.end"
Field Value
Type | Description |
---|---|
System.String |
EndText
Declaration
public const string EndText = "elm.text.end"
Field Value
Type | Description |
---|---|
System.String |
Icon
Declaration
public const string Icon = "elm.swallow.icon"
Field Value
Type | Description |
---|---|
System.String |
Ignore
Declaration
public const string Ignore = "null"
Field Value
Type | Description |
---|---|
System.String |
SubText
Declaration
public const string SubText = "elm.text.sub"
Field Value
Type | Description |
---|---|
System.String |
Text
Declaration
public const string Text = "elm.text"
Field Value
Type | Description |
---|---|
System.String |