TiRotationDisplay.RotationAngle
TiRotationDisplay
Specifies the angle of rotation that the picture is drawn at.
property RotationAngle : Double;
Description
Use RotationAngle to get or set the picture's angle of rotation.
Example
Delphi
iComponent.RotationAngle := 100;
C++ Builder
iComponent->RotationAngle = 100;
Contents | Index | Previous | Next