ClassPolygon
Class
Wraps a Polygon shape.
Definition
Namespace:ArtOfTest.WebAii.Silverlight.UI
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public class Polygon : Shape, IAutomationPeer, IPeerConverter, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementShapePolygon
Implements:
Inherited Members
Constructors
Polygon()
Declaration
cs-api-definition
public Polygon()
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.