System.Devices.TDeviceInfo.AspectRatio
Delphi
property AspectRatio: Single read FAspectRatio;
C++
__property float AspectRatio = {read=FAspectRatio};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | System.Devices.pas System.Devices.hpp |
System.Devices | TDeviceInfo |
Description
Aspect ratio of the minimum physical screen size of the device.
For example, if the minimum physical screen size is 2560x1600
, the aspect ratio is 1.6
.