Xojo Documentation
Xojo Documentation
Home
Getting Started
Get Started with Xojo
QuickStarts
Tutorials
Pi Programming
More Guides
Resources
In-Depth Guides
User Guide
Language Reference
Resources
Release Notes
System Requirements
Deprecations
Videos
Feedback
About
Usage
Copyrights and Trademarks
Tools
What links here
Related changes
Special pages
Printable version
Permanent link
Page information
iOSSlider.SetMinCurrentMax
From Xojo Documentation
Method
iOSSlider
.SetMinCurrentMax
(minValue As
Double
, currentValue As
Double
, maxValue As
Double
)
Supported on Mobile(iOS).
For convenience, sets all the properties at one time.
Sample Code
Sets values for the Slider:
MySlider
.
SetMinCurrentMax(-
50
,
25
,
50
)
Category
:
Methods