Class ListItem
Definition
- Namespace:
- Elm
Sharp
- Assembly:
- ElmSharp.dll
It inherits Item
public class ListItem : ItemObject
- Inheritance
Properties
View SourceLeftIcon
Gets the left icon for the list item.
Declaration
public EvasObject LeftIcon { get; }
Property Value
Type | Description |
---|---|
Evas |
RightIcon
Gets the right icon for the list item.
Declaration
public EvasObject RightIcon { get; }
Property Value
Type | Description |
---|---|
Evas |
Text
Gets the text for the list item.
Declaration
public string Text { get; }
Property Value
Type | Description |
---|---|
string |