Class Highlight
Definition
- Namespace:
- Tizen.Applications.WatchfaceComplication
- Assembly:
- Tizen.Applications.WatchfaceComplication.dll
- API Level:
- 6
Represents the highlight data for an editable.
C#Copypublic class Highlight : object
- Inheritance
-
Highlight
Constructors
View Source
Highlight(ShapeType, Int32, Int32, Int32, Int32)
Initializes a new instance of the Highlight class.
Declaration
C#Copypublic Highlight(ShapeType type, int x, int y, int w, int h)
Parameters
Type | Name | Description |
---|---|---|
ShapeType | type | The highlight shape type. |
Int32 | x | The highlight geometry x. |
Int32 | y | The highlight geometry y. |
Int32 | w | The highlight geometry w. |
Int32 | h | The highlight geometry h. |
API Level: 6
Properties
Declaration
C#Copypublic int H { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
API Level: 6
Declaration
C#Copypublic ShapeType ShapeType { get; set; }
Property Value
Type | Description |
---|---|
ShapeType |
API Level: 6
Declaration
C#Copypublic int W { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
API Level: 6
Declaration
C#Copypublic int X { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
API Level: 6
Declaration
C#Copypublic int Y { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
API Level: 6
Methods
Declaration
C#Copyprotected void Finalize()