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 . По умолчанию является пустой коллекцией.

Применяется к