Table of Contents

Constructor ValueEditorUDouble

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

ValueEditorUDouble(string, double?)

Initializes a new instance of the ValueEditorUDouble class.

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

Parameters

title string

Label text.

value double?

Default value.

ValueEditorUDouble()

Initializes a new instance of the ValueEditorUDouble class.

public ValueEditorUDouble()