ControlViewModel..::..PathCollection Property
Gets or sets the path collection.
Namespace:
DynamicRelaxationClashVerification.ViewModelsAssembly: DynamicRelaxationClashVerification (in DynamicRelaxationClashVerification.dll)
Syntax
public PointCollection PathCollection { get; set; }
Public Property PathCollection As PointCollection Get Set
public: property PointCollection^ PathCollection { PointCollection^ get (); void set (PointCollection^ value); }