Enum StopUnitType
Enum StopUnitType
Namespace: Aspose.Svg.Builder
Assembly: Aspose.SVG.dll (25.5.0)
Defines the unit types for the offset in gradient ‘stop’ elements.
[ComVisible(true)]
public enum StopUnitType
Fields
Number = 0
The offset is defined as a number.
Percentage = 1
The offset is defined as a percentage of the gradient’s size.