Class Highlight
Definition
- Namespace:
- Tizen.Applications.WatchfaceComplication
- Assembly:
- Tizen.Applications.WatchfaceComplication.dll
- API Level:
- 6
Represents the highlight data for an editable.
public class Highlight
- Inheritance
-
Highlight
Constructors
View SourceHighlight(ShapeType, Int32, Int32, Int32, Int32)
Initializes a new instance of the Highlight class.
Declaration
public 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. |
Exceptions
Type | Condition |
---|---|
ArgumentException | Thrown when some parameter are invalid. |
InvalidOperationException | Thrown when the method failed due to invalid operation. |
API Level: 6
Properties
View SourceH
The height of editable.
Declaration
public int H { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Exceptions
Type | Condition |
---|---|
ArgumentException | Thrown when some parameter are invalid. |
API Level: 6
View SourceShapeType
The shape of editable.
Declaration
public ShapeType ShapeType { get; set; }
Property Value
Type | Description |
---|---|
ShapeType |
API Level: 6
View SourceW
The width of editable.
Declaration
public int W { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Exceptions
Type | Condition |
---|---|
ArgumentException | Thrown when some parameter are invalid. |
API Level: 6
View SourceX
The x coordinate.
Declaration
public int X { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Exceptions
Type | Condition |
---|---|
ArgumentException | Thrown when some parameter are invalid. |
API Level: 6
View SourceY
The y coordinate.
Declaration
public int Y { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Exceptions
Type | Condition |
---|---|
ArgumentException | Thrown when some parameter are invalid. |
API Level: 6
Methods
View SourceFinalize()
Destructor of the Highlight class.
Declaration
protected void Finalize()