|
SliderDialogResultMaxValue Property
|
New minimum value of slider.
Namespace:
Karamba.GHopper.Utilities.UIWidgets
Assembly:
karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
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