TextBlockSetAttribute Method |
Sets attribute. Replaces previous when already exists with the same name.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic void SetAttribute(
string name,
string value
)
Parameters
- name String
- The attribute name.
- value String
- The attribute value.
See Also