ImageGear .NET v24.12 - Updated
MagHeight Property




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

Reference

ImGearThumbnailMagnifierCtl Class
ImGearThumbnailMagnifierCtl Members