Visual Basic (Declaration)
<BindableAttribute(True)> _
Public Property SmallChange As Double
Dim instance As RangeBase
Dim value As Double
value = instance.SmallChange
instance.SmallChange = value
[BindableAttribute(true)]
public double SmallChange { get; set; }
[BindableAttribute(true)]
public:
property double SmallChange {
double get ();
void set (double value);
}
/** @property */
/** @attribute BindableAttribute(true) */
public double get_SmallChange()
/** @property */
/** @attribute BindableAttribute(true) */
public void set_SmallChange(double value)
public function get SmallChange () : double
public function set SmallChange (value : double)
<object SmallChange="double" .../>