int Slider.HandleOffset;
Gets/sets the offset at which the handle image is drawn. This value is initially
set up in the editor.
Example:
sldHealth.HandleOffset = 2;
sets the sldHealth slider's handle to be drawn an extra 2 pixels to the right.
Compatibility: Supported by AGS 3.1.0 and later versions.
See Also: Slider.HandleGraphic
|