Class Path
A path definition.
Namespace: Unity.VectorGraphics
Syntax
[Obsolete("Use the Shape class with no fill instead")]
public class Path : IDrawableProperties
Contour
The bezier contour defining the path.
Declaration
public BezierContour Contour { get; set; }Property Value
| Type | Description | 
|---|---|
| BezierContour | 
PathProps
The path properties.
Declaration
public PathProperties PathProps { get; set; }Property Value
| Type | Description | 
|---|---|
| PathProperties |