Class PolygonView
Inheritance
System.Object
PolygonView
Assembly: Tizen.UIExtensions.ElmSharp.dll
Syntax
public class PolygonView : ShapeView, IContainable<EvasObject>, IMeasurable
Constructors
PolygonView(EvasObject)
Declaration
public PolygonView(EvasObject parent)
Parameters
Type |
Name |
Description |
EvasObject |
parent |
|
Properties
FillMode
Declaration
public bool FillMode { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Points
Declaration
public ObservableCollection<Point> Points { get; set; }
Property Value
Type |
Description |
System.Collections.ObjectModel.ObservableCollection<Point> |
|
Methods
UpdateFillMode(Boolean)
Declaration
public void UpdateFillMode(bool fillMode)
Parameters
Type |
Name |
Description |
System.Boolean |
fillMode |
|
UpdatePoints(ObservableCollection<Point>)
Declaration
public void UpdatePoints(ObservableCollection<Point> points)
Parameters
Type |
Name |
Description |
System.Collections.ObjectModel.ObservableCollection<Point> |
points |
|
Implements