Property ULBasicControl.TILRotation.Width
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Class: TILRotation
Contents |
Syntax
Delphi:
property Width : Single read FWidth write SetWidth default 20.0f;
C++ Builder:
__property float Width = { read=FWidth, write=SetWidth, default=20.0f };
Summary
Specifies the width of the component when rotated to arbitrary angle.
Description
Use this property to specify the width of the component when
rotated to arbitrary angle.
When the component is rotated to 0, 90, 180 or 270 degrees, the width and the height of the component are used for drawing.
In any other (arbitrary) angle, the Width property of the rotation will be used for the width, and component will be sized to the best fit.