Compartilhar via


PathFigure.Segments Propriedade

Definição

Obtém ou define a coleção de segmentos que definem a forma deste objeto 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>

Valor da propriedade

A coleção de segmentos que definem a forma deste objeto PathFigure . O padrão é uma coleção vazia.

Aplica-se a