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