ImageGear .NET v24.12 - Updated
SourceViewHost Property




ImageGear24.Wpf Assembly > ImageGear.WPF Namespace > ImGearMagnifierCtl Class : SourceViewHost Property
Gets or sets UIElement that hosts SourceView object to be magnified.
Syntax
'Declaration
 
<ReadOnlyAttribute(True)>
Public Property SourceViewHost As UIElement
'Usage
 
Dim instance As ImGearMagnifierCtl
Dim value As UIElement
 
instance.SourceViewHost = value
 
value = instance.SourceViewHost
[ReadOnly(true)]
public UIElement SourceViewHost {get; set;}
[ReadOnly(true)]
public: __property UIElement* get_SourceViewHost();
public: __property void set_SourceViewHost( 
   UIElement* value
);
[ReadOnly(true)]
public:
property UIElement^ SourceViewHost {
   UIElement^ get();
   void set (    UIElement^ value);
}

Property Value

System.Windows.UIElement object.
Remarks
It is required to create a popup window in WPF.
See Also

Reference

ImGearMagnifierCtl Class
ImGearMagnifierCtl Members