StopUnitType Enum

StopUnitType enumeration

Defines the unit types for the offset in gradient ‘stop’ elements.

public enum StopUnitType

Values

NameValueDescription
Number0The offset is defined as a number.
Percentage1The offset is defined as a percentage of the gradient’s size.

See Also