Table of Contents

Method CreateFloatProperty

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

CreateFloatProperty(string, string, double)

Creates float property.

PropertyGridItemHandle CreateFloatProperty(string label, string name, double value)

Parameters

label string

Property label.

name string

Property name.

value double

Property value.

Returns

PropertyGridItemHandle

Handle to the item.