ICSSStyleDeclarationSetProperty Method (String, String)
Used to set a property value with default priority within this declaration block. Default priority is not "important" i.e. String.Empty

Namespace: Aspose.Html.Dom.Css
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
void SetProperty(
	string propertyName,
	string value
)

Parameters

propertyName
Type: SystemString
Name of the property.
value
Type: SystemString
The value.
See Also