ScaleMode Enumeration (original) (raw)

Summary

Specifies the unit of measure for the control.

Syntax

public enum class ScaleMode   

Members

Value Member Description
0 User One or more of the ScaleHeight, ScaleWidth, ScaleLeft, and ScaleTop properties are set to custom values.
1 Twips Twips (1440 twips per logical inch; 567 twips per logical centimeter).
2 Points Points (72 points per logical inch).
3 Pixels Pixels (smallest unit of monitor or printer resolution).
4 Characters Characters (horizontal = 120 twips per unit; vertical = 240 twips per unit).
5 Inches Inches
6 Millimeters Millimeters
7 Centimeters Centimeters