TrackBarTrackElementStyle Class
In This Article
Contains style settings that define the appearance of the track element.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class TrackBarTrackElementStyle :
AppearanceStyleBase
#Related API Members
The following members return TrackBarTrackElementStyle objects:
#Remarks
An object of the TrackBarTrackElementStyle type can be accessed via the TrackBarProperties.TrackStyle and TrackBarProperties.BarHighlightStyle properties.
#Inheritance
Object
MarshalByRefObject
Component
Style
AppearanceStyleBase
TrackBarTrackElementStyle
See Also