Click or drag to resize
StyleParserSetStyle Method
添加属性到 style 中

Namespace: Appkit.Common
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public static void SetStyle(
	ref string style,
	string key,
	string value
)

Parameters

style
Type: SystemString
key
Type: SystemString
value
Type: SystemString
See Also