Vcl.Controls.TControl.ScaleFactor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ScaleFactor: Single read FScaleFactor;

C++

__property float ScaleFactor = {read=FScaleFactor};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TControl

Description

Determines this control scale factor.

Use ScaleFactor to identify the current ribbon's scale factor.

See Also