Class RectView
Inheritance
System.Object
RectView
Assembly: Tizen.UIExtensions.ElmSharp.dll
Syntax
public class RectView : ShapeView, IContainable<EvasObject>, IMeasurable
Constructors
RectView(EvasObject)
Declaration
public RectView(EvasObject parent)
Parameters
Type |
Name |
Description |
EvasObject |
parent |
|
Properties
RadiusX
Declaration
public float RadiusX { get; set; }
Property Value
Type |
Description |
System.Single |
|
RadiusY
Declaration
public float RadiusY { get; set; }
Property Value
Type |
Description |
System.Single |
|
Implements