TiRotationDisplay.AutoSize
TiRotationDisplay
Determines whether the size of the control automatically resizes when the
Picture property is changed.
property AutoSize : Boolean;
Description
Use AutoSize to make the control adjust its size automatically when Picture
property is changed. The size is adjusted such that no clipping of the picture
will occur during rotation.
Example
Delphi
iComponent.AutoSize := True;
C++ Builder
iComponent->AutoSize = True;
Contents | Index | Previous | Next