ResizeModes 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 ResizeModes
public enum ResizeModes
type ResizeModes =
Public Enum ResizeModes
- Inheritance
-
ResizeModes
Fields
Name | Value | Description |
---|---|---|
AutoFit | 0 | The content will automatically resize to fit in the available space of a GaugeLabel. |
None | 1 | The content will not automatically resize to fit in the available space of a GaugeLabel. |