ImageGear .NET - Updated July 5, 2018
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

Property Value

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

Reference

ImGearMagnifierCtl Class
ImGearMagnifierCtl Members