CompositionPathGeometry.Path Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the data that defines the lines and curves of the path.
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
Property Value
The data that defines the lines and curves of the path.