RuleBuilder.Attribute

RuleBuilder.Attribute method

Sets or updates a style attribute with a specified value.

public void Attribute(string name, string value)
ParameterTypeDescription
nameStringThe name of the CSS style attribute.
valueStringThe value to be set for the specified CSS style attribute.

See Also