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 物件之圖形的區段集合。 預設為空集合。

適用於