←Select platform

StateId Property

Summary

Gets or sets the optional state ID of this object to be used with state rendering engines.

Syntax
C#
VB
Objective-C
C++
Java
public string StateId { get; set; } 
Public Property StateId As String 
@property (nonatomic) NSString* stateId; 
public String getStateId() 
public void setStateId(String id) 
public:  
   property String^ StateId 
   { 
      String^ get() 
      void set(String^ value) 
   } 

Property Value

The optional state ID of this object to be used with state rendering engines. The default value is an empty string.

Remarks

StateId is used by state rendering engines (such as SVG or XAML) to store the element ID of the object. For more information, refer to IAnnObjectRenderer.

Requirements

Target Platforms

See Also

Reference

AnnObject Class

AnnObject Members

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