IsPopUp Property (ImGearMagnifier)
In This Topic
Gets or sets a value indicating whether to show magnifier as pop up or in another view.
Syntax
'Declaration
Public Property IsPopUp As Boolean
'Usage
Dim instance As ImGearMagnifier
Dim value As Boolean
instance.IsPopUp = value
value = instance.IsPopUp
public bool IsPopUp {get; set;}
public: __property bool get_IsPopUp();
public: __property void set_IsPopUp(
bool value
);
public:
property bool IsPopUp {
bool get();
void set ( bool value);
}
Property Value
Boolean value.
See Also