GdPicture.NET.14
GdPicture14.WPF Namespace / GdViewer Class / MagnifierWidth Property





In This Topic
MagnifierWidth Property (GdViewer)
In This Topic
Syntax
'Declaration
 
Public Property MagnifierWidth As Double
public double MagnifierWidth {get; set;}
public read-write property MagnifierWidth: Double; 
public function get,set MagnifierWidth : double
public: __property double get_MagnifierWidth();
public: __property void set_MagnifierWidth( 
   double value
);
public:
property double MagnifierWidth {
   double get();
   void set (    double value);
}
See Also