Property |
public enum PropertyLinearGaugeOrientation
| Member name | Value | Description |
|---|---|---|
| Automatic | 0 | Uses vertical orientation if y dimension is greater than x. Uses horizontal orientation if x dimension is greater than y. |
| Vertical | 1 | Gauge fill moves vertically to represent current value. |
| Horizontal | 2 | Gauge fill moves horizontally to represent current value. |