TrackBarProperties.IncrementButtonImage Property
Provides access to the settings that define an image of an increment button.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
TrackBarElementImageProperties | String.Empty | An TrackBarElementImageProperties object that contains image settings. |
Remarks
This property allows you to set a custom image that overwrites the default image of the increment button.
All graphic file formats that can be interpreted by internet browsers are supported. Note that if an image is specified by the ImagePropertiesBase.Url property, the image’s size should be defined explicitly via the ImagePropertiesBase.Height and ImagePropertiesBase.Width properties, in order to correctly display the image at runtime.
Note
The IncrementButtonImage property synchronizes its value with the editor’s ASPxTrackBar.IncrementButtonImage property.