ImageGear .NET v25.2 - Updated
ImageGear.Wpf Assembly / ImageGear.WPF Namespace / ImGearMagnifierCtl Class / PopupHeight Property




In This Topic
    PopupHeight Property (ImGearMagnifierCtl)
    In This Topic
    Gets or sets height of the popup magnifier window.
    Syntax
    'Declaration
     
    <ImGearFilterAttribute("Default")>
    Public Property PopupHeight As Integer
    'Usage
     
    Dim instance As ImGearMagnifierCtl
    Dim value As Integer
     
    instance.PopupHeight = value
     
    value = instance.PopupHeight
    [ImGearFilter("Default")]
    public int PopupHeight {get; set;}
    [ImGearFilter("Default")]
    public: __property int get_PopupHeight();
    public: __property void set_PopupHeight( 
       int value
    );
    [ImGearFilter("Default")]
    public:
    property int PopupHeight {
       int get();
       void set (    int value);
    }

    Property Value

    Integer value.
    See Also