←Select platform

Owner Property

Summary

Gets the owner of the service.

Syntax

C#
VB
WinRT C#
public object Owner {get;} 
Public ReadOnly Property Owner As Object 
public object Owner {get;} 
 get_Owner();  

Property Value

The owner of the service.

Remarks

This is the same value set in the owner parameter to the InteractiveService Constructor(frameworkelement,frameworkelement) constructor. Optional and can be null. This is not used by InteractiveService but can be used by the application to pass any class and extra data. ImageViewer sets the value to this.

Requirements

Target Platforms

Help Version 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly (WinRT / WPF / iOS / OS X / Android)