TrueSizeScalingType Enumeration
.NET Framework (current version)
Specifies the scaling type of a visual style element with a fixed size.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Member name | Description | |
|---|---|---|
| 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. |
The TrueSizeScalingType values represent the return values of the VisualStyleRenderer::GetEnumValue method when it is called with an argument value of EnumProperty::TrueSizeScalingType.
.NET Framework
Available since 2.0
Available since 2.0
Show: