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