Class PathFigure
Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly: ArtOfTest.WebAii.dll
Syntax
public class PathFigure : AutomationObject<PathFigure>, IAutomationPeer, IPeerConverterConstructors
PathFigure()
Declaration
public PathFigure()Fields
IsClosedProperty
IsFilledProperty
SegmentsProperty
StartPointProperty
Properties
IsClosed
Declaration
public bool IsClosed { get; set; }Property Value
| System.Boolean 
 | 
IsFilled
Declaration
public bool IsFilled { get; set; }Property Value
| System.Boolean 
 | 
Segments
Declaration
public List<PathSegment> Segments { get; set; }Property Value
| System.Collections.Generic.List<PathSegment> 
 | 
StartPoint
Methods
GetRealType()
Declaration
public override string GetRealType()Returns
| System.String 
 | 
Overrides
ArtOfTest.WebAii.Silverlight.AutomationObject<ArtOfTest.WebAii.Controls.Xaml.Wpf.PathFigure>.GetRealType()