PathFigure.Segments プロパティ

定義

この PathFigure オブジェクトの図形を定義するセグメントのコレクションを取得または設定します。

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>

プロパティ値

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

適用対象