←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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly