|
SliderDialogResultCurrentValue Property
|
New current value of slider.
Namespace:
Karamba.GHopper.Utilities.UIWidgets
Assembly:
Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
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