TcxScalableComponent.PixelsPerInch Property
Returns the DPI value corresponding to the component’s current scaling factor.
Declaration
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