GaugeOrientations Enum

Definition

Specifies the orientation of a LinearGauge.

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

Fields

Auto 0

Automatically determine the orientation based on the width and height of the LinearGauge.

Horizontal 1

The linear gauge is horizontal.

Vertical 2

The linear gauge is vertical.

Applies to