MagnifierZoomY Property (GdViewer)
In This Topic
Syntax
'Declaration
Public Property MagnifierZoomY As Single
public float MagnifierZoomY {get; set;}
public read-write property MagnifierZoomY: Single;
public function get,set MagnifierZoomY : float
public: __property float get_MagnifierZoomY();
public: __property void set_MagnifierZoomY(
float value
);
public:
property float MagnifierZoomY {
float get();
void set ( float value);
}
See Also