Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.6
|
Leadtools.Annotations.Core Namespace > AnnObject Class : StateId Property |
public string StateId {get; set;}
'Declaration
Public Property StateId As String
public string StateId {get; set;}
@property (nonatomic) NSString* stateId;
public String getStateId() public void setStateId(String id)
get_StateId();
set_StateId(value);
Object.defineProperty('StateId');
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 and Implementing XAML-based AnnObjectRenderer in WinRT (Windows Store).