'Declaration
<DefaultValueAttribute(0)> <EditorBrowsableAttribute(EditorBrowsableState.Advanced)> Public Property LowestPercentDeadband As Single
'Usage
Dim instance As DAMapper Dim value As Single instance.LowestPercentDeadband = value value = instance.LowestPercentDeadband
[DefaultValue(0)] [EditorBrowsable(EditorBrowsableState.Advanced)] public float LowestPercentDeadband {get; set;}
[DefaultValue(0)] [EditorBrowsable(EditorBrowsableState.Advanced)] public: property float LowestPercentDeadband { float get(); void set ( float value); }