CompositionPathGeometry.Path Property

Definition

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.

Applies to