Bagikan melalui


PathFigure.Segments Properti

Definisi

Mendapatkan atau mengatur kumpulan segmen yang menentukan bentuk objek PathFigure ini.

public:
 property PathSegmentCollection ^ Segments { PathSegmentCollection ^ get(); void set(PathSegmentCollection ^ value); };
PathSegmentCollection Segments();

void Segments(PathSegmentCollection value);
public PathSegmentCollection Segments { get; set; }
var pathSegmentCollection = pathFigure.segments;
pathFigure.segments = pathSegmentCollection;
Public Property Segments As PathSegmentCollection
<PathFigure>
  oneOrMorePathSegments
</PathFigure>

Nilai Properti

Kumpulan segmen yang menentukan bentuk objek PathFigure ini. Defaultnya adalah koleksi kosong.

Berlaku untuk