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