C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets the optional state ID of this label to be used with state rendering engines.
public string StateId { get; set; }
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');
public:
property String^ StateId
{
String^ get()
void set(String^ value)
}
The optional state ID of this label to be used with state rendering engines. The default value is an empty string.
The StateId is used by state rendering engines (such as SVG or XAML) to store the element ID of the label.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET