VerticalScaleFactor property
Returns a value that is used to calculate the pixel value of a vertical measurement when a display has been scaled (resized). The value of this property is 1 if the display is not scaled. Read-only. Single.
Syntax
Display
.VerticalScaleFactor
where
Display
– is the name of a Display object or an expression that evaluates to a Display object.Remarks
Multiply DisplayAreaHeight by VerticalScaleFactor to get the actual height of the display region in pixels.
Provide Feedback