TcxScalableComponent.PixelsPerInch Property
In This Article
Returns the DPI value corresponding to the component’s current scaling factor.
#Declaration
Delphi
property PixelsPerInch: Integer read;
#Property Value
Type |
---|
Integer |
#Remarks
The ScaleForPPI procedure uses the PixelsPerInch property value to determine how much the component should be scaled in response to the form‘s DPI change.
See Also