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





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