ImageGear .NET v24.12 - Updated
MagWidth Property




ImageGear24.Wpf Assembly > ImageGear.WPF Namespace > ImGearThumbnailMagnifierCtl Class : MagWidth Property
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

Reference

ImGearThumbnailMagnifierCtl Class
ImGearThumbnailMagnifierCtl Members