LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)

Tag Property

Show in webframe





Gets or sets a user-defined data object that is associated with this object
Syntax
public object Tag {get; set;}
'Declaration
 
Public Property Tag As Object
'Usage
 
Dim instance As AnnObject
Dim value As Object
 
instance.Tag = value
 
value = instance.Tag

            

            
public:
property Object^ Tag {
   Object^ get();
   void set (    Object^ value);
}

Property Value

The user-defined data. Default value is null (Nothing in Visual Basic).
Requirements

Target Platforms

See Also

Reference

AnnObject Class
AnnObject Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.