Edit

Share via


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

None 0

No scaling type is specified for the element.

Size 1

The element is scaled to size settings.

Dpi 2

The element is scaled to dots per inch (DPI) 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