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
- Inheritance
-
System.ObjectHighlight
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. |
System.Int32 | x | The highlight geometry x. |
System.Int32 | y | The highlight geometry y. |
System.Int32 | w | The highlight geometry w. |
System.Int32 | h | The highlight geometry h. |
Exceptions
Type | Condition |
---|---|
System.ArgumentException | Thrown when some parameter are invalid. |
System.InvalidOperationException | Thrown when the method failed due to invalid operation. |
API Level: 6
Properties
Declaration
C#Copypublic int H { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Exceptions
Type | Condition |
---|---|
System.ArgumentException | Thrown when some parameter are invalid. |
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 |
---|---|
System.Int32 |
Exceptions
Type | Condition |
---|---|
System.ArgumentException | Thrown when some parameter are invalid. |
API Level: 6
Declaration
C#Copypublic int X { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Exceptions
Type | Condition |
---|---|
System.ArgumentException | Thrown when some parameter are invalid. |
API Level: 6
Declaration
C#Copypublic int Y { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Exceptions
Type | Condition |
---|---|
System.ArgumentException | Thrown when some parameter are invalid. |
API Level: 6
Methods
Declaration
C#Copyprotected void Finalize()