Constructor ValueEditorDouble
ValueEditorDouble(Control)
Initializes a new instance of the ValueEditorDouble class.
public ValueEditorDouble(Control parent)
Parameters
parent
ControlParent of the control.
ValueEditorDouble(string, double?)
Initializes a new instance of the ValueEditorDouble class.
public ValueEditorDouble(string title, double? value = null)
Parameters
ValueEditorDouble()
Initializes a new instance of the ValueEditorDouble class.
public ValueEditorDouble()