Table of Contents

Constructor ValueEditorDouble

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

ValueEditorDouble(Control)

Initializes a new instance of the ValueEditorDouble class.

public ValueEditorDouble(Control parent)

Parameters

parent Control

Parent of the control.

ValueEditorDouble(string, double?)

Initializes a new instance of the ValueEditorDouble class.

public ValueEditorDouble(string title, double? value = null)

Parameters

title string

Label text.

value double?

Default value.

ValueEditorDouble()

Initializes a new instance of the ValueEditorDouble class.

public ValueEditorDouble()