TdxBar.FloatLeft Property
In This Article
Determines the left coordinate of a floating toolbar.
#Declaration
Delphi
property FloatLeft: Integer index 1 read; write;
#Property Value
Type |
---|
Integer |
#Remarks
The FloatLeft property specifies the left coordinate of a toolbar whose DockingStyle property is set to dsNone. The FloatLeft property’s value is given as a screen coordinate.
See Also