LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)
LEAD Technologies, Inc

Object Property (AnnRunDesigner)






Gets or sets the AnnObject to be run. This is a dependency property. .NET support Silverlight support
Syntax
public AnnObject Object {get; set;}
'Declaration
 
Public Property Object As AnnObject
'Usage
 
Dim instance As AnnRunDesigner
Dim value As AnnObject
 
instance.Object = value
 
value = instance.Object
public AnnObject Object {get; set;}
 get_Object();
set_Object(value);
public:
property AnnObject^ Object {
   AnnObject^ get();
   void set (    AnnObject^ value);
}

Property Value

An AnnObject object specifying the object currently being run.
Example

For C#/VB examples, refer to AnnRunDesigner.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnnRunDesigner Class
AnnRunDesigner Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.