[]
Determines if the specified property stored in this CSSDeclaration instance was marked with the !important declaration.
public void GetValueIsImportant(eCSSProperty aProperty, ref bool bImportant)
Type | Name | Description |
---|---|---|
eCSSProperty | aProperty | The property to check for important. |
bool | bImportant | The boolean variable who's value will be True if the specified property is marked as important, or false if the specified property is not marked as important. |
Determines if the specified property stored in this CSSDeclaration instance was marked with the !important declaration.
public void GetValueIsImportant(string aProperty, ref bool aIsImportant)
Type | Name | Description |
---|---|---|
string | aProperty | The string name of the property to check for important. |
bool | aIsImportant | The boolean variable who's value will be True if the specified property is marked as important, or false if the specified property is not marked as important. |