Skip to main content

TcxEditRepositoryTrackBar.Properties Property

Provides access to stored track bar settings.

Declaration

property Properties: TcxTrackBarProperties read; write;

Property Value

Type Description
TcxTrackBarProperties

Stores track bar settings.

Remarks

You can use Properties.TickColor, Properties.TickMarks, Properties.TickSize, and Properties.TickType properties to customize tick mark appearance. Properties.Min and Properties.Max properties allow you to limit the range of values available for selection.

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

See Also