GaugeResizeModes Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies whether content will resize to fit in the available space of a GaugeLabel.
public enum class GaugeResizeModes
public enum GaugeResizeModes
type GaugeResizeModes =
Public Enum GaugeResizeModes
- Inheritance
-
GaugeResizeModes
Fields
Name | Value | Description |
---|---|---|
AutoFit | 0 | Specifies the AutoFit mode. |
None | 1 | Specifies the None mode. |