StopUnitType Enum
StopUnitType enumeration
Defines the unit types for the offset in gradient ‘stop’ elements.
public enum StopUnitType
Values
| Name | Value | Description |
|---|---|---|
| Number | 0 | The offset is defined as a number. |
| Percentage | 1 | The offset is defined as a percentage of the gradient’s size. |
See Also
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG