Class Polyline
Inheritance
System.Object
Polyline
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly: ArtOfTest.WebAii.dll
Syntax
public class Polyline : Shape, IAutomationPeer, IPeerConverter, IFrameworkElement, ITargetElement
Constructors
Polyline()
Declaration
public Polyline()
Fields
FillRuleProperty
PointsProperty
Properties
FillRule
Points
Declaration
public List<Point> Points { get; set; }
Property Value
System.Collections.Generic.List<Point>
|
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.String
|