ClassPolyline
Class
Wraps a Polyline shape.
Definition
Namespace:ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public class Polyline : Shape, IAutomationPeer, IPeerConverter, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementShapePolyline
Implements:
Inherited Members
Constructors
Polyline()
Declaration
cs-api-definition
public Polyline()
Fields
FillRuleProperty
Declaration
cs-api-definition
public static AutomationProperty FillRuleProperty
Field Value
PointsProperty
AutomationProperty object for points property.
Declaration
cs-api-definition
public static AutomationProperty PointsProperty
Field Value
Properties
Methods
GetRealType()
Gets the real object type. This property returns string.empty on FrameworkElement and all subclasses that inherit from it.