Maximum Property (FpSlider)
Gets or sets the maximum value for the slider.
public int Maximum {get; set;}
'Declaration
Public Property Maximum As Integer
'Usage
Dim instance As FpSlider
Dim value As Integer
instance.Maximum = value
value = instance.Maximum