In This Topic
Gets or sets the low value of Fibonacci tool. If not specified, the low value is calculated based on data values provided by ItemsSource.
Syntax
'Declaration
Public Property Low As Double
'Usage
Dim instance As Fibonacci
Dim value As Double
instance.Low = value
value = instance.Low
public double Low {get; set;}
public:
property double Low {
double get();
void set ( double value);
}
See Also