Click or drag to resize

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
C#
public void SetAttribute(
	string name,
	string value
)

Parameters

name
Type: SystemString
The attribute name.
value
Type: SystemString
The attribute value.
See Also