Method | Description | |
---|---|---|
Add ( string propertyName, bool isInherited, string initialValue ) : void | ||
CssPropertyProfile ( ) : System | ||
GetAllPropertyNames ( ) : ICollection | ||
GetInitialCssValue ( string propertyName ) : |
||
GetInitialValue ( string propertyName ) : string | ||
IsInherited ( string propertyName ) : bool |
public Add ( string propertyName, bool isInherited, string initialValue ) : void | ||
propertyName | string | |
isInherited | bool | |
initialValue | string | |
return | void |
public GetInitialCssValue ( string propertyName ) : |
||
propertyName | string | |
return |
public GetInitialValue ( string propertyName ) : string | ||
propertyName | string | |
return | string |
public IsInherited ( string propertyName ) : bool | ||
propertyName | string | |
return | bool |