ResizeModes Enum

Definition

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

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.

Applies to