ImageGear for .NET
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

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback