Property | Type | Description | |
---|---|---|---|
actions | List |
||
node | WootzJs.Web.ElementStyle |
Method | Description | |
---|---|---|
ToString ( ) : string |
Method | Description | |
---|---|---|
Act ( ICssDeclarationAction action ) : void | ||
Act ( string name, string value ) : void | ||
Get ( string name ) : string | ||
IsSet ( string name ) : bool | ||
Set ( string name, object value ) : void | ||
SetValue ( string name, string value ) : void |
Method | Description | |
---|---|---|
Attach ( WootzJs.Web.ElementStyle node ) : void |
protected Act ( ICssDeclarationAction action ) : void | ||
action | ICssDeclarationAction | |
return | void |
protected Act ( string name, string value ) : void | ||
name | string | |
value | string | |
return | void |
protected Set ( string name, object value ) : void | ||
name | string | |
value | object | |
return | void |
protected SetValue ( string name, string value ) : void | ||
name | string | |
value | string | |
return | void |