|
SliderDialogResultMaxValue Property
|
New minimum value of slider.
Namespace:
Karamba.GHopper.Utilities.UIWidgets
Assembly:
Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
Syntaxpublic double MaxValue { get; }
Public ReadOnly Property MaxValue As Double
Get
public:
property double MaxValue {
double get ();
}
member MaxValue : float with get
Property Value
Type:
DoubleThe max value.
See Also