Table of Contents

Constructor ValueEditorSingle

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

ValueEditorSingle(string, float?)

Initializes a new instance of the ValueEditorSingle class.

public ValueEditorSingle(string title, float? value = null)

Parameters

title string

Label text.

value float?

Default value.

ValueEditorSingle()

Initializes a new instance of the ValueEditorSingle class.

public ValueEditorSingle()