Table of Contents

Constructor ValueEditorSingle

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

ValueEditorSingle(Control)

Initializes a new instance of the ValueEditorSingle class.

public ValueEditorSingle(Control parent)

Parameters

parent Control

Parent of the control.

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