(Leadtools.Annotations.Core)

StateId Property (AnnLabel)

Show in webframe





Gets or sets the optional state ID of this label to be used with state rendering engines.
Syntax
public string StateId {get; set;}
Public Property StateId As String
public string StateId {get; set;}
@property (nonatmoic) NSString* stateId;
public String getStateId();
public void setStateId(String value);
            
 
get_StateId();
set_StateId(value);
Object.defineProperty('StateId');

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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.