PopupHeight Property (ImGearMagnifier)
In This Topic
Gets or sets height of the popup magnifier window.
Syntax
'Declaration
Public Property PopupHeight As Integer
'Usage
Dim instance As ImGearMagnifier
Dim value As Integer
instance.PopupHeight = value
value = instance.PopupHeight
public int PopupHeight {get; set;}
public: __property int get_PopupHeight();
public: __property void set_PopupHeight(
int value
);
public:
property int PopupHeight {
int get();
void set ( int value);
}
Property Value
Integer value.
See Also