Property UISchemaJson
UISchemaJson
Gets the JSON schema used to drive a user interface for browsing and constructing symbols from a dictionary style.
Declaration
public string UISchemaJson { get; }
Property Value
| Type | Description |
|---|---|
| string | The JSON schema used to drive a user interface for browsing and constructing symbols from a dictionary style. |
Remarks
The schema specifies rules, dependencies, and domains that guide symbol construction. It enables applications to present intuitive UI elements, such as drop-down lists populated with valid attribute values based on the symbol standard's rules, ensuring that only valid symbols can be created.
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET | 300.1 |
| .NET Windows | 300.1 |
| .NET Android | 300.1 |
| .NET iOS | 300.1 |