共用方式為


GaugeLabelPlacements Enum

Definition

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

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

Fields

Name Value Description
Inside 0

The label is Inside.

Outside 1

The label is Outside.

Cross 2

The label is Cross.

Applies to