Table of Contents

Constructor ValueEditorDouble

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

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()