Table of Contents

Constructor ValueEditorUSingle

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

ValueEditorUSingle(Control)

Initializes a new instance of the ValueEditorUSingle class.

public ValueEditorUSingle(Control parent)

Parameters

parent Control

Parent of the control.

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