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




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

    Property Value

    Integer value.
    Remarks
    Used in XAML.
    See Also