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.Svg.Dom.Css
Assembly:
Aspose.SVG (in Aspose.SVG.dll) Version: 22.4
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