In This Topic
GdPicture14.WPF Namespace / GdViewer Class / MagnifierWidth Property

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