ICSSStyleDeclarationSetProperty Method (String, String, String) |
Used to set a property value and priority within this declaration block.
Namespace:
Aspose.Svg.Dom.Css
Assembly:
Aspose.SVG (in Aspose.SVG.dll) Version: 22.4
Syntaxvoid SetProperty(
string propertyName,
string value,
string priority
)
Sub SetProperty (
propertyName As String,
value As String,
priority As String
)
void SetProperty(
String^ propertyName,
String^ value,
String^ priority
)
abstract SetProperty :
propertyName : string *
value : string *
priority : string -> unit
Parameters
- propertyName
- Type: SystemString
Name of the property. - value
- Type: SystemString
The value. - priority
- Type: SystemString
The priority.
See Also