Bagikan melalui


PathFigure.Segments Properti

Definisi

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

public:
 property System::Windows::Media::PathSegmentCollection ^ Segments { System::Windows::Media::PathSegmentCollection ^ get(); void set(System::Windows::Media::PathSegmentCollection ^ value); };
public System.Windows.Media.PathSegmentCollection Segments { get; set; }
member this.Segments : System.Windows.Media.PathSegmentCollection with get, set
Public Property Segments As PathSegmentCollection

Nilai Properti

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

Keterangan

Penggunaan Elemen Properti XAML

<object>  
    oneOrMorePathSegments  
</object>  

Nilai XAML

oneOrMorePathSegments
Satu atau beberapa elemen objek untuk objek yang berasal dari PathSegment. Biasanya ini adalah: ArcSegment,

BezierSegment, LineSegment, PolyBezierSegment, PolyLineSegment, PolyQuadraticBezierSegment, QuadraticBezierSegment.

Informasi Properti Dependensi

Bidang pengidentifikasi SegmentsProperty
Properti metadata diatur ke true Tidak ada

Berlaku untuk