spacer graphic
spacer graphic
Montage of games AGS Logo
spacer graphic

 

spacer graphic
Menu
spacer graphic Home
About
News
Features
Download AGS
spacer graphic Games 
Games main page
Award Winners
Picks of the month
Short games
Medium length games
Full length games
In Production
Hints & Tips
Community
Forums
AGSers World Map
Member websites
Chat
Resources
Tutorials
FAQ
Knowledge Base
Downloads
Links
AGS-related links
* AGS Manual
  * Scripting
    * GUI Slider properties

HandleOffset property

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


User comments and notes
There are currently no user comments on this page.
The user comment facility is currently disabled.