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