|
SliderDialogResultCurrentValue Property
|
New current value of slider.
Namespace:
Karamba.GHopper.Utilities.UIWidgets
Assembly:
karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
Syntaxpublic double CurrentValue { get; }
Public ReadOnly Property CurrentValue As Double
Get
public:
property double CurrentValue {
double get ();
}
member CurrentValue : float with get
Property Value
Type:
DoubleThe current value.
See Also