PathFigure.Segments Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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.