Class
PathGeometry

Definition

Namespace:ArtOfTest.WebAii.Controls.Xaml.Wpf

Assembly:ArtOfTest.WebAii.dll

Syntax:

cs-api-definition
[DataContract]
public class PathGeometry : Geometry, IAutomationPeer, IPeerConverter

Inheritance: objectAutomationObject<Geometry>GeometryPathGeometry

Implements: IAutomationPeerIPeerConverter

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

Constructors

PathGeometry()

Declaration

cs-api-definition
public PathGeometry()

Fields

FiguresProperty

Declaration

cs-api-definition
public static AutomationProperty FiguresProperty

Field Value

AutomationProperty

FillRuleProperty

Declaration

cs-api-definition
public static AutomationProperty FillRuleProperty

Field Value

AutomationProperty

Properties

Figures

Declaration

cs-api-definition
[DataMember]
public List<PathFigure> Figures { get; set; }

Property Value

List<PathFigure>

FillRule

Declaration

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

Property Value

FillRule

Methods

GetRealType()

Gets the real peer type

Declaration

cs-api-definition
public override string GetRealType()

Returns

string

Overrides Geometry.GetRealType()