CompositionPathGeometry.Path Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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.