Spread Windows Forms 12.0 Product Documentation
Maximum Property (FpSlider)


FarPoint.Win Assembly > FarPoint.Win Namespace > FpSlider Class : Maximum Property
Gets or sets the maximum value for the slider.
Syntax
'Declaration
 
Public Property Maximum As Integer
'Usage
 
Dim instance As FpSlider
Dim value As Integer
 
instance.Maximum = value
 
value = instance.Maximum
public int Maximum {get; set;}

Property Value

Integer maximum value for the slider
See Also

Reference

FpSlider Class
FpSlider Members