Maximum Property (FpSlider)
In This Topic
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;}
See Also