[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); }
'Declaration
<DefaultValueAttribute(0)> <EditorBrowsableAttribute(EditorBrowsableState.Advanced)> Public Property LowestPercentDeadband As Single