PathFigure.Segments Propiedad

Definición

Obtiene o establece la colección de segmentos que definen la forma de este 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 de propiedad

Colección de segmentos que definen la forma de este objeto PathFigure . El valor predeterminado es una colección vacía.

Se aplica a