Class Shape
Inheritance
System.Object
Shape
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.Silverlight.UI
Assembly: ArtOfTest.WebAii.dll
Syntax
public class Shape : SilverlightTestElement, IAutomationPeer, IPeerConverter, IFrameworkElement, ITargetElement
Constructors
Shape()
Declaration
public Shape()
Fields
FillProperty
StretchProperty
StrokeDashCapProperty
StrokeDashOffsetProperty
Declaration
public static AutomationProperty StrokeDashOffsetProperty
Field Value
AutomationProperty
|
StrokeEndLineCapProperty
Declaration
public static AutomationProperty StrokeEndLineCapProperty
Field Value
AutomationProperty
|
StrokeLineJoinProperty
StrokeMiterLimitProperty
Declaration
public static AutomationProperty StrokeMiterLimitProperty
Field Value
AutomationProperty
|
StrokeProperty
StrokeStartLineCapProperty
Declaration
public static AutomationProperty StrokeStartLineCapProperty
Field Value
AutomationProperty
|
StrokeThicknessProperty
Properties
Fill
Stretch
Stroke
StrokeDashCap
StrokeDashOffset
Declaration
public double StrokeDashOffset { get; set; }
Property Value
System.Double
|
StrokeEndLineCap
StrokeLineJoin
StrokeMiterLimit
Declaration
public double StrokeMiterLimit { get; set; }
Property Value
System.Double
|
StrokeStartLineCap
StrokeThickness
Declaration
public double StrokeThickness { get; set; }
Property Value
System.Double
|
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.String
|