메소드 | 설명 | |
---|---|---|
ScriptableCssStyleDeclaration ( object baseObject ) : System | ||
getPropertyCSSValue ( string propertyName ) : IScriptableCssValue | ||
getPropertyPriority ( string propertyName ) : string | ||
getPropertyValue ( string propertyName ) : string | ||
item ( ulong index ) : string | ||
removeProperty ( string propertyName ) : string | ||
setProperty ( string propertyName, string value, string priority ) : void |
public ScriptableCssStyleDeclaration ( object baseObject ) : System | ||
baseObject | object | |
리턴 | System |
public getPropertyCSSValue ( string propertyName ) : IScriptableCssValue | ||
propertyName | string | |
리턴 | IScriptableCssValue |
public getPropertyPriority ( string propertyName ) : string | ||
propertyName | string | |
리턴 | string |
public getPropertyValue ( string propertyName ) : string | ||
propertyName | string | |
리턴 | string |
public removeProperty ( string propertyName ) : string | ||
propertyName | string | |
리턴 | string |
public setProperty ( string propertyName, string value, string priority ) : void | ||
propertyName | string | |
value | string | |
priority | string | |
리턴 | void |