# Sandbox.Utility.Svg.SvgPath

A shape in a [Sandbox.Utility.Svg.SvgDocument](/api/Sandbox.Utility.Svg.SvgDocument), described as a vector path.

- Kind: class
- Namespace: `Sandbox.Utility.Svg`
- Assembly: `Sandbox.Engine`

## Properties

- [`Bounds`](/api/Sandbox.Utility.Svg.SvgPath/Bounds): Enclosing bounding box for this path.
- [`Commands`](/api/Sandbox.Utility.Svg.SvgPath/Commands): Description of how the path is constructed out of basic elements.
- [`FillColor`](/api/Sandbox.Utility.Svg.SvgPath/FillColor): Optional fill color for this path.
- [`FillType`](/api/Sandbox.Utility.Svg.SvgPath/FillType): How to determine which sections of the path are filled.
- [`IsEmpty`](/api/Sandbox.Utility.Svg.SvgPath/IsEmpty): If true, this path has no commands.
- [`StrokeColor`](/api/Sandbox.Utility.Svg.SvgPath/StrokeColor): Optional outline color for this path.
