Class
Pen

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: IAutomationPeerIPeerConverter

Inherited Members AutomationObject<Pen>.GetProperty(AutomationProperty)AutomationObject<Pen>.GetProperty(AutomationProperty, object)AutomationObject<Pen>.SetProperty(AutomationProperty, object)AutomationObject<Pen>.InvokeMethod(AutomationMethod, params object[])AutomationObject<Pen>.InvokeMethod(string, params object[])AutomationObject<Pen>.Serialize()AutomationObject<Pen>.Deserialize(string)AutomationObject<Pen>.AssignReference(AutomationReference)AutomationObject<Pen>.ToRealObject()AutomationObject<Pen>.FromRealObject(object)AutomationObject<Pen>.ReferenceAutomationObject<Pen>.PropertyBag

Constructors

Pen()

Declaration

cs-api-definition
public Pen()

Fields

BrushProperty

Declaration

cs-api-definition
public static AutomationProperty BrushProperty

Field Value

AutomationProperty

DashCapProperty

Declaration

cs-api-definition
public static AutomationProperty DashCapProperty

Field Value

AutomationProperty

EndLineCapProperty

Declaration

cs-api-definition
public static AutomationProperty EndLineCapProperty

Field Value

AutomationProperty

LineJoinProperty

Declaration

cs-api-definition
public static AutomationProperty LineJoinProperty

Field Value

AutomationProperty

MiterLimitProperty

Declaration

cs-api-definition
public static AutomationProperty MiterLimitProperty

Field Value

AutomationProperty

StartLineCapProperty

Declaration

cs-api-definition
public static AutomationProperty StartLineCapProperty

Field Value

AutomationProperty

ThicknessProperty

Declaration

cs-api-definition
public static AutomationProperty ThicknessProperty

Field Value

AutomationProperty

Properties

Brush

Declaration

cs-api-definition
[DataMember]
public Brush Brush { get; set; }

Property Value

Brush

DashCap

Declaration

cs-api-definition
[DataMember]
public PenLineCap DashCap { get; set; }

Property Value

PenLineCap

EndLineCap

Declaration

cs-api-definition
[DataMember]
public PenLineCap EndLineCap { get; set; }

Property Value

PenLineCap

LineJoin

Declaration

cs-api-definition
[DataMember]
public PenLineJoin LineJoin { get; set; }

Property Value

PenLineJoin

MiterLimit

Declaration

cs-api-definition
[DataMember]
public double MiterLimit { get; set; }

Property Value

double

StartLineCap

Declaration

cs-api-definition
[DataMember]
public PenLineCap StartLineCap { get; set; }

Property Value

PenLineCap

Thickness

Declaration

cs-api-definition
[DataMember]
public double Thickness { get; set; }

Property Value

double

Methods

GetRealType()

Gets the real peer type

Declaration

cs-api-definition
public override string GetRealType()

Returns

string

Overrides AutomationObject<Pen>.GetRealType()