C# 클래스 System.Html.Style

파일 보기 프로젝트 열기: Saltarelle/SaltarelleWeb 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetEnumerator IEnumerator
Style System.Collections.Generic
this string
this string

공개 메소드들

메소드 설명
GetPropertyCSSValue ( string property ) : CSSValue
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

비공개 메소드들

메소드 설명
GetEnumerator ( ) : IEnumerator
Style ( ) : System.Collections.Generic
this ( int index ) : string
this ( string name ) : string

메소드 상세

GetPropertyCSSValue() 공개 메소드

public GetPropertyCSSValue ( string property ) : CSSValue
property string
리턴 CSSValue

GetPropertyPriority() 공개 메소드

public GetPropertyPriority ( string property ) : string
property string
리턴 string

GetPropertyValue() 공개 메소드

public GetPropertyValue ( string property ) : string
property string
리턴 string

Item() 공개 메소드

public Item ( int index ) : string
index int
리턴 string

RemoveProperty() 공개 메소드

public RemoveProperty ( string property ) : string
property string
리턴 string

SetProperty() 공개 메소드

public SetProperty ( string property, string value ) : void
property string
value string
리턴 void

SetProperty() 공개 메소드

public SetProperty ( string property, string value, string priority ) : void
property string
value string
priority string
리턴 void