Condividi tramite


CompositionPathGeometry.Path Proprietà

Definizione

Ottiene o imposta i dati che definiscono le linee e le curve del percorso.

public:
 property CompositionPath ^ Path { CompositionPath ^ get(); void set(CompositionPath ^ value); };
CompositionPath Path();

void Path(CompositionPath value);
public CompositionPath Path { get; set; }
var compositionPath = compositionPathGeometry.path;
compositionPathGeometry.path = compositionPath;
Public Property Path As CompositionPath

Valore della proprietà

Dati che definiscono le linee e le curve del percorso.

Si applica a