Definition
- Namespace:
- Tizen.Applications.WatchfaceComplication
- Assembly:
- Tizen.Applications.WatchfaceComplication.dll
- API Level:
- 6
Represents the Editable interface.
public interface IEditable
Properties
View Source
EditableId
The information about editable's ID.
Declaration
int EditableId { get; set; }
Property Value
API Level: 6
View Source
Highlight
The information about editable's geometry.
Declaration
Highlight Highlight { get; set; }
Property Value
API Level: 6
View Source
Name
The information about editable's name.
Declaration
string Name { get; set; }
Property Value
API Level: 6
Methods
View Source
GetCurrentData()
The information about editable's current data.
Declaration
Returns
API Level: 6
View Source
GetCurrentDataIndex()
The information about editable's current data index.
Declaration
int GetCurrentDataIndex()
Returns
API Level: 6
Extension Methods