C# 클래스 SharpVectors.Scripting.ScriptableCssStyleDeclaration

Implementation wrapper for IScriptableCssStyleDeclaration
상속: ScriptableObject, IScriptableCssStyleDeclaration
파일 보기 프로젝트 열기: codebutler/savagesvg

공개 메소드들

메소드 설명
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

메소드 상세

ScriptableCssStyleDeclaration() 공개 메소드

public ScriptableCssStyleDeclaration ( object baseObject ) : System
baseObject object
리턴 System

getPropertyCSSValue() 공개 메소드

public getPropertyCSSValue ( string propertyName ) : IScriptableCssValue
propertyName string
리턴 IScriptableCssValue

getPropertyPriority() 공개 메소드

public getPropertyPriority ( string propertyName ) : string
propertyName string
리턴 string

getPropertyValue() 공개 메소드

public getPropertyValue ( string propertyName ) : string
propertyName string
리턴 string

item() 공개 메소드

public item ( ulong index ) : string
index ulong
리턴 string

removeProperty() 공개 메소드

public removeProperty ( string propertyName ) : string
propertyName string
리턴 string

setProperty() 공개 메소드

public setProperty ( string propertyName, string value, string priority ) : void
propertyName string
value string
priority string
리턴 void