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