←Select platform

StateId Property

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

Property Value

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

Remarks

The StateId is used by state rendering engines (such as SVG or XAML) to store the element ID of the label.

Requirements

Target Platforms

See Also

Reference

AnnLabel Class

AnnLabel 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.