TrueSizeScalingType Enum

Definition

Specifies the scaling type of a visual style element with a fixed size.

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

Fields

Dpi 2

The element is scaled to dots per inch (DPI) settings.

None 0

No scaling type is specified for the element.

Size 1

The element is scaled to size settings.

Remarks

The TrueSizeScalingType values represent the return values of the VisualStyleRenderer.GetEnumValue method when it is called with an argument value of EnumProperty.TrueSizeScalingType.

Applies to