Property Position
Position
Gets the position the color will be placed on a color ramp.
Declaration
public double Position { get; }
Property Value
| Type | Description |
|---|---|
| double | The position the color will be placed on a color ramp, in the interval [0.0, 1.0]. |
Remarks
The absolute value for the position is calculated using the
minimum and maximum values from MinMaxStretchParameters, using
the formula: position * minValue + (1.0 - position) * maxValue.
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET | 300 |
| .NET Windows | 300 |
| .NET Android | 300 |
| .NET iOS | 300 |