Property | Type | Description | |
---|---|---|---|
GetEnumerator | IEnumerator |
||
Style | System.Collections.Generic | ||
this | string | ||
this | string |
Method | Description | |
---|---|---|
GetPropertyCSSValue ( string property ) : |
||
GetPropertyPriority ( string property ) : string | ||
GetPropertyValue ( string property ) : string | ||
Item ( int index ) : string | ||
RemoveProperty ( string property ) : string | ||
SetProperty ( string property, string value ) : void | ||
SetProperty ( string property, string value, string priority ) : void |
Method | Description | |
---|---|---|
GetEnumerator ( ) : IEnumerator |
||
Style ( ) : System.Collections.Generic | ||
this ( int index ) : string | ||
this ( string name ) : string |
public GetPropertyCSSValue ( string property ) : |
||
property | string | |
return |
public GetPropertyPriority ( string property ) : string | ||
property | string | |
return | string |
public GetPropertyValue ( string property ) : string | ||
property | string | |
return | string |
public RemoveProperty ( string property ) : string | ||
property | string | |
return | string |
public SetProperty ( string property, string value ) : void | ||
property | string | |
value | string | |
return | void |
public SetProperty ( string property, string value, string priority ) : void | ||
property | string | |
value | string | |
priority | string | |
return | void |