←Select platform

UserData Property

Summary
Gets or sets a user-defined value associated with this container
Syntax
C#
VB
Objective-C
C++
Java
public object UserData { get; set; } 
Public Property UserData As Object 
@property (nonatomic,copy) NSString * userData; 
public Object getUserData() 
public void setUserData(Object data) 
public:  
   property Object^ UserData 
   { 
      Object^ get() 
      void set(Object^ value) 
   } 

Property Value

User -defined value associated with this container. The default value is null.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.