C# Class SharpVectors.Scripting.ScriptableCssStyleDeclaration

Implementation wrapper for IScriptableCssStyleDeclaration
Inheritance: ScriptableObject, IScriptableCssStyleDeclaration
Afficher le fichier Open project: codebutler/savagesvg

Méthodes publiques

Méthode Description
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

Method Details

ScriptableCssStyleDeclaration() public méthode

public ScriptableCssStyleDeclaration ( object baseObject ) : System
baseObject object
Résultat System

getPropertyCSSValue() public méthode

public getPropertyCSSValue ( string propertyName ) : IScriptableCssValue
propertyName string
Résultat IScriptableCssValue

getPropertyPriority() public méthode

public getPropertyPriority ( string propertyName ) : string
propertyName string
Résultat string

getPropertyValue() public méthode

public getPropertyValue ( string propertyName ) : string
propertyName string
Résultat string

item() public méthode

public item ( ulong index ) : string
index ulong
Résultat string

removeProperty() public méthode

public removeProperty ( string propertyName ) : string
propertyName string
Résultat string

setProperty() public méthode

public setProperty ( string propertyName, string value, string priority ) : void
propertyName string
value string
priority string
Résultat void