ScaleRangePlacements Enum

Definition

Specifies where the ScaleRange within a GaugeScale should be placed relative to the GaugeScale.

public enum class ScaleRangePlacements
public enum ScaleRangePlacements
type ScaleRangePlacements = 
Public Enum ScaleRangePlacements
Inheritance
ScaleRangePlacements

Fields

Name Value Description
Inside 0

The placement is Inside.

Outside 1

The placement is Outside.

Cross 2

The placement is Cross.

Applies to