ImageGear for .NET
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
[ReadOnlyAttribute(true)]
public UIElement SourceViewHost {get; set;}
[ReadOnlyAttribute(true)]
public: __property UIElement* get_SourceViewHost();
public: __property void set_SourceViewHost( 
   UIElement* value
);
[ReadOnlyAttribute(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

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback