Struct PathProperties
Defines properties of paths.
Namespace: Unity.VectorGraphics
Syntax
public struct PathPropertiesProperties
Corners
How the corners of the path should be displayed.
Declaration
public PathCorner Corners { get; set; }Property Value
| Type | Description | 
|---|---|
| PathCorner | 
Head
How the beginning of the path should be displayed.
Declaration
public PathEnding Head { get; set; }Property Value
| Type | Description | 
|---|---|
| PathEnding | 
Stroke
The stroke used to render the path.
Declaration
public Stroke Stroke { get; set; }Property Value
| Type | Description | 
|---|---|
| Stroke | 
Tail
How the end of the path should be displayed.
Declaration
public PathEnding Tail { get; set; }Property Value
| Type | Description | 
|---|---|
| PathEnding |