Class ListItem
Definition
- Namespace:
- Elm
Sharp
- Assembly:
- ElmSharp.dll
It inherits Item
[Obsolete("This has been deprecated in API12")]
public class ListItem : ItemObject
- Inheritance
Properties
View SourceLeftIcon
Gets the left icon for the list item.
Declaration
[Obsolete("This has been deprecated in API12")]
public EvasObject LeftIcon { get; }
Property Value
Type | Description |
---|---|
Evas |
RightIcon
Gets the right icon for the list item.
Declaration
[Obsolete("This has been deprecated in API12")]
public EvasObject RightIcon { get; }
Property Value
Type | Description |
---|---|
Evas |
Text
Gets the text for the list item.
Declaration
[Obsolete("This has been deprecated in API12")]
public string Text { get; }
Property Value
Type | Description |
---|---|
string |