Class RectangleSelector

Definition

Namespace:
Tizen.NUI.Components
Assembly:
Tizen.NUI.Components.dll
API Level:
6

Rectangle selector.

C#
Copy
public class RectangleSelector : Selector<Rectangle>
Inheritance
RectangleSelector

Methods

View Source

Clone()

Rectangle selector clone function.

Declaration
C#
Copy
public RectangleSelector Clone()
Returns
Type Description
RectangleSelector
API Level: 6

Extension Methods