'Declaration <ImGearFilterAttribute()> Public Property IsPopUp As Boolean
'Usage Dim instance As ImGearMagnifierCtl Dim value As Boolean instance.IsPopUp = value value = instance.IsPopUp
[ImGearFilter()] public bool IsPopUp {get; set;}
[ImGearFilter()] public: __property bool get_IsPopUp(); public: __property void set_IsPopUp( bool value );
[ImGearFilter()] public: property bool IsPopUp { bool get(); void set ( bool value); }