Gets or sets the optional state ID of this object 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 object to be used with state rendering engines. The default value is an empty string.
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).
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