TextBlockSetAttribute Method |
Sets attribute. If such already there is that rewrites him.
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public void SetAttribute(
string name,
string value
)
Parameters
- name
- Type: SystemString
The attribute name. - value
- Type: SystemString
The attribute value.
See Also