Skip to main content

TcxEditRepositoryProgressBar.Properties Property

Provides access to stored progress bar settings.

Declaration

property Properties: TcxProgressBarProperties read; write;

Property Value

Type Description
TcxProgressBarProperties

Stores progress bar settings.

Remarks

Use Properties.AnimationPath, Properties.AnimationRestartDelay, and Properties.AnimationSpeed properties to customize scrollbar animation.

Refer to the TcxProgressBarProperties class description for detailed information on all available options.

See Also