ClassPen
Class
Definition
Namespace:ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
[DataContract]
public class Pen : AutomationObject<Pen>, IAutomationPeer, IPeerConverter
Inheritance: objectAutomationObject<Pen>Pen
Implements:
Inherited Members
Constructors
Pen()
Declaration
cs-api-definition
public Pen()
Fields
BrushProperty
Declaration
cs-api-definition
public static AutomationProperty BrushProperty
Field Value
DashCapProperty
Declaration
cs-api-definition
public static AutomationProperty DashCapProperty
Field Value
EndLineCapProperty
Declaration
cs-api-definition
public static AutomationProperty EndLineCapProperty
Field Value
LineJoinProperty
Declaration
cs-api-definition
public static AutomationProperty LineJoinProperty
Field Value
MiterLimitProperty
Declaration
cs-api-definition
public static AutomationProperty MiterLimitProperty
Field Value
StartLineCapProperty
Declaration
cs-api-definition
public static AutomationProperty StartLineCapProperty
Field Value
ThicknessProperty
Declaration
cs-api-definition
public static AutomationProperty ThicknessProperty
Field Value
Properties
DashCap
Declaration
cs-api-definition
[DataMember]
public PenLineCap DashCap { get; set; }
Property Value
EndLineCap
Declaration
cs-api-definition
[DataMember]
public PenLineCap EndLineCap { get; set; }
Property Value
LineJoin
Declaration
cs-api-definition
[DataMember]
public PenLineJoin LineJoin { get; set; }
Property Value
MiterLimit
Declaration
cs-api-definition
[DataMember]
public double MiterLimit { get; set; }
Property Value
StartLineCap
Declaration
cs-api-definition
[DataMember]
public PenLineCap StartLineCap { get; set; }
Property Value
Methods
GetRealType()
Gets the real peer type