aspnet-devexpress-dot-web-f48ef87a.md
Defines style settings of ticks.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class TrackBarTickStyle :
AppearanceStyleBase
Public Class TrackBarTickStyle
Inherits AppearanceStyleBase
The following members return TrackBarTickStyle objects:
Show 15 links
The TrackBarTickStyle class contains settings that define the style of ticks within the ASPxTrackBar control.
An object of the TrackBarTickStyle type can be accessed via the ASPxTrackBar.ItemStyle, ASPxTrackBar.LargeTickStyle, ASPxTrackBar.SelectedItemStyle, ASPxTrackBar.SelectedTickStyle, and ASPxTrackBar.SmallTickStyle properties.
Object MarshalByRefObject Component Style AppearanceStyleBase TrackBarTickStyle
See Also