Table of Contents

Constructor ValueEditorUSingle

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

ValueEditorUSingle(string, float?)

Initializes a new instance of the ValueEditorUSingle class.

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

Parameters

title string

Label text.

value float?

Default value.

ValueEditorUSingle()

Initializes a new instance of the ValueEditorUSingle class.

public ValueEditorUSingle()