Method CreateFloatItem
CreateFloatItem(string, string?, float, IPropertyGridNewItemParams?)
Creates float property.
IPropertyGridItem CreateFloatItem(string label, string? name = null, float value = 0, IPropertyGridNewItemParams? prm = null)
Parameters
label
stringProperty label.
name
stringProperty name.
value
floatDefault property value.
prm
IPropertyGridNewItemParamsProperty item create parameters.
Returns
- IPropertyGridItem
Property declaration for use with Add(IPropertyGridItem, IPropertyGridItem?).