Méthode | Description | |
---|---|---|
CollectProperty ( string name, int specificity, |
||
CssCollectedStyleDeclaration ( |
||
GetPropertyCssValue ( string propertyName ) : ICssValue | ||
GetPropertyOrigin ( string propertyName ) : CssStyleSheetType |
Returns the origin type of the collected property
|
|
GetPropertyPriority ( string propertyName ) : string |
Used to retrieve the priority of a CSS property (e.g. the "important" qualifier) if the property has been explicitly set in this declaration block.
|
|
GetPropertyValue ( string propertyName ) : string |
Used to retrieve the value of a CSS property if it has been explicitly set within this declaration block.
|
|
this ( ulong index ) : string |
Used to retrieve the properties that have been explicitly set in this declaration block. The order of the properties retrieved using this method does not have to be the order in which they were set. This method can be used to iterate over all properties in this declaration block. The name of the property at this ordinal position. The empty string if no property exists at this position.
|
Méthode | Description | |
---|---|---|
getParentStyle ( string propertyName ) : ICssValue |
public CollectProperty ( string name, int specificity, |
||
name | string | |
specificity | int | |
cssValue | ||
origin | CssStyleSheetType | |
priority | string | |
Résultat | void |
public CssCollectedStyleDeclaration ( |
||
elm | ||
Résultat | System |
public GetPropertyCssValue ( string propertyName ) : ICssValue | ||
propertyName | string | |
Résultat | ICssValue |
public GetPropertyOrigin ( string propertyName ) : CssStyleSheetType | ||
propertyName | string | The name of the property |
Résultat | CssStyleSheetType |
public GetPropertyPriority ( string propertyName ) : string | ||
propertyName | string | The name of the CSS property. See the CSS property index. |
Résultat | string |
public GetPropertyValue ( string propertyName ) : string | ||
propertyName | string | The name of the CSS property. See the CSS property index. |
Résultat | string |