←Select platform

StateId Property

Summary
Gets or sets the optional state ID of this object to be used with state rendering engines.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public string StateId { get; set; } 
@property (nonatomic, copy, nullable) NSString *stateId; 
public String getStateId() 
public void setStateId(String id) 
public:  
   property String^ StateId 
   { 
      String^ get() 
      void set(String^ value) 
   } 
StateId # get and set (AnnObject) 

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

Leadtools.Annotations.Engine Assembly

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