Class
PathSegment

Definition

Namespace:ArtOfTest.WebAii.Silverlight.UI

Assembly:ArtOfTest.WebAii.dll

Syntax:

cs-api-definition
[DataContract]
public abstract class PathSegment : AutomationObject<PathSegment>, IAutomationPeer, IPeerConverter

Inheritance: objectAutomationObject<PathSegment>PathSegment

Derived Classes: ArcSegmentBezierSegmentLineSegmentPolyBezierSegmentPolyLineSegmentPolyQuadraticBezierSegmentQuadraticBezierSegment

Implements: IAutomationPeerIPeerConverter

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

Constructors

PathSegment()

Declaration

cs-api-definition
public PathSegment()

Methods

GetRealType()

Gets the real peer type

Declaration

cs-api-definition
public override string GetRealType()

Returns

string

Overrides AutomationObject<PathSegment>.GetRealType()