ImageGear .NET v25.2 - Updated
ImageGear.Wpf Assembly / ImageGear.WPF Namespace / ImGearMagnifierCtl Class / SourceViewHost Property




In This Topic
    SourceViewHost Property
    In This Topic
    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