Table of Contents

Method CreateFloatItem

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

CreateFloatItem(string, string?, float, IPropertyGridNewItemParams?)

Creates float property.

IPropertyGridItem CreateFloatItem(string label, string? name = null, float value = 0, IPropertyGridNewItemParams? prm = null)

Parameters

label string

Property label.

name string

Property name.

value float

Default property value.

prm IPropertyGridNewItemParams

Property item create parameters.

Returns

IPropertyGridItem

Property declaration for use with Add(IPropertyGridItem, IPropertyGridItem?).