PathFigure.Segments プロパティ

定義

この 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

プロパティ値

この PathFigure オブジェクトの形状を定義するセグメントのコレクション。 既定値は空のコレクションです。

注釈

XAML プロパティ要素の使用

<object>  
    oneOrMorePathSegments  
</object>  

XAML 値

oneOrMorePathSegments
から PathSegment派生するオブジェクトの 1 つ以上のオブジェクト要素。 通常は、次のとおりです。 ArcSegment

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

依存プロパティ情報

識別子フィールド SegmentsProperty
に設定されたメタデータ プロパティ true なし

適用対象