ImageGear .NET v25.2 - Updated
ImageGear.Wpf Assembly / ImageGear.WPF Namespace / ImGearThumbnailMagnifierCtl Class / MagHeight Property




In This Topic
    MagHeight Property
    In This Topic
    Gets or sets the height of the image displayed in the popup.
    Syntax
    'Declaration
     
    Public Property MagHeight As Integer
    'Usage
     
    Dim instance As ImGearThumbnailMagnifierCtl
    Dim value As Integer
     
    instance.MagHeight = value
     
    value = instance.MagHeight
    public int MagHeight {get; set;}
    public: __property int get_MagHeight();
    public: __property void set_MagHeight( 
       int value
    );
    public:
    property int MagHeight {
       int get();
       void set (    int value);
    }

    Property Value

    Integer value.
    Remarks
    Used in XAML.
    See Also