Class
StreamGeometry

Definition

Namespace:ArtOfTest.WebAii.Controls.Xaml.Wpf

Assembly:ArtOfTest.WebAii.dll

Syntax:

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

Inheritance: objectAutomationObject<Geometry>GeometryStreamGeometry

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

StreamGeometry()

Declaration

cs-api-definition
public StreamGeometry()

Fields

FillRuleProperty

Declaration

cs-api-definition
public static AutomationProperty FillRuleProperty

Field Value

AutomationProperty

Properties

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()