public double? zoom { get; set; }
Public Property zoom As Double? Get Set
public: property Nullable<double> zoom { Nullable<double> get (); void set (Nullable<double> value); }
member zoom : Nullable<float> with get, set
function get_zoom(); function set_zoom(value);
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.