System.Windows.Forms.VisualStyles.TrueSizeScalingType Enumeration

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

Syntax

public enum TrueSizeScalingType

Remarks

The System.Windows.Forms.VisualStyles.TrueSizeScalingType values represent the return values of the VisualStyleRenderer.GetEnumValue(EnumProperty) method when it is called with an argument value of EnumProperty.TrueSizeScalingType.

Members

Member NameDescription
Dpi

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

None

No scaling type is specified for the element.

Size

The element is scaled to size settings.

Requirements

Namespace: System.Windows.Forms.VisualStyles
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0