PathFigure.Segments プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
この 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 オブジェクトの形状を定義するセグメントのコレクション。 既定値は空のコレクションです。