![]() Sub-properties |
![]() ![]() ![]() |
acAppBar component.
|
type
|
TacAppBarSliding = class
|
published
|
property Enabled: Boolean;
|
property SlideTime: Word; // in milliseconds
|
end;
|
The sliding effect used to animate all automatic movements of the AppBar. This effect can be displayed when you programatically changing the Placement property, or when the hidden AppBar (with AutoHide = True), popup to the screen.
|
|
To enable or disable sliding effect use Enabled property. To specify duration of effect use SlideTime property.
|