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