ClassShape
Class
Definition
Namespace:ArtOfTest.WebAii.Silverlight.UI
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public class Shape : SilverlightTestElement, IAutomationPeer, IPeerConverter, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementShape
Derived Classes:
Implements:
Inherited Members
Constructors
Shape()
Declaration
cs-api-definition
public Shape()
Fields
FillProperty
Declaration
cs-api-definition
public static AutomationProperty FillProperty
Field Value
StretchProperty
Declaration
cs-api-definition
public static AutomationProperty StretchProperty
Field Value
StrokeDashCapProperty
Declaration
cs-api-definition
public static AutomationProperty StrokeDashCapProperty
Field Value
StrokeDashOffsetProperty
Declaration
cs-api-definition
public static AutomationProperty StrokeDashOffsetProperty
Field Value
StrokeEndLineCapProperty
Declaration
cs-api-definition
public static AutomationProperty StrokeEndLineCapProperty
Field Value
StrokeLineJoinProperty
Declaration
cs-api-definition
public static AutomationProperty StrokeLineJoinProperty
Field Value
StrokeMiterLimitProperty
Declaration
cs-api-definition
public static AutomationProperty StrokeMiterLimitProperty
Field Value
StrokeProperty
Declaration
cs-api-definition
public static AutomationProperty StrokeProperty
Field Value
StrokeStartLineCapProperty
Declaration
cs-api-definition
public static AutomationProperty StrokeStartLineCapProperty
Field Value
StrokeThicknessProperty
Declaration
cs-api-definition
public static AutomationProperty StrokeThicknessProperty
Field Value
Properties
StrokeDashCap
Declaration
cs-api-definition
public PenLineCap StrokeDashCap { get; set; }
Property Value
StrokeEndLineCap
Declaration
cs-api-definition
public PenLineCap StrokeEndLineCap { get; set; }
Property Value
StrokeLineJoin
Declaration
cs-api-definition
public PenLineJoin StrokeLineJoin { get; set; }
Property Value
StrokeStartLineCap
Declaration
cs-api-definition
public PenLineCap StrokeStartLineCap { get; set; }
Property Value
Methods
GetRealType()
Gets the real object type. This property returns string.empty on FrameworkElement and all subclasses that inherit from it.