Back to Devexpress

TrackBarTrackElementStyle Class

aspnet-devexpress-dot-web-d9ce68d7.md

latest2.4 KB
Original Source

TrackBarTrackElementStyle Class

Contains style settings that define the appearance of the track element.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class TrackBarTrackElementStyle :
    AppearanceStyleBase
vb
Public Class TrackBarTrackElementStyle
    Inherits AppearanceStyleBase

The following members return TrackBarTrackElementStyle objects:

Remarks

An object of the TrackBarTrackElementStyle type can be accessed via the TrackBarProperties.TrackStyle and TrackBarProperties.BarHighlightStyle properties.

Implements

IComponent

IDisposable

IStateManager

Inheritance

Object MarshalByRefObject Component Style AppearanceStyleBase TrackBarTrackElementStyle

See Also

TrackBarTrackElementStyle Members

Track Bar

DevExpress.Web Namespace