TrueSizeScalingType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Fields
Name | Value | Description |
---|---|---|
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.