List<Point> Trajectory { get; set; }
Property Trajectory As List(Of Point) Get Set
property List<Point^>^ Trajectory { List<Point^>^ get (); void set (List<Point^>^ value); }
abstract Trajectory : List<Point> with get, set
In This Article