| 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.CssAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxvoid SetProperty(
string propertyName,
string value
)
Sub SetProperty (
propertyName As String,
value As String
)
void SetProperty(
String^ propertyName,
String^ value
)
abstract SetProperty :
propertyName : string *
value : string -> unit
Parameters
- propertyName
- Type: SystemString
Name of the property. - value
- Type: SystemString
The value.
See Also