C# 클래스 SharpVectors.Dom.Css.CssPropertyProfile

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

공개 메소드들

메소드 설명
Add ( string propertyName, bool isInherited, string initialValue ) : void
CssPropertyProfile ( ) : System
GetAllPropertyNames ( ) : ICollection
GetInitialCssValue ( string propertyName ) : CssValue
GetInitialValue ( string propertyName ) : string
IsInherited ( string propertyName ) : bool

메소드 상세

Add() 공개 메소드

public Add ( string propertyName, bool isInherited, string initialValue ) : void
propertyName string
isInherited bool
initialValue string
리턴 void

CssPropertyProfile() 공개 메소드

public CssPropertyProfile ( ) : System
리턴 System

GetAllPropertyNames() 공개 메소드

public GetAllPropertyNames ( ) : ICollection
리턴 ICollection

GetInitialCssValue() 공개 메소드

public GetInitialCssValue ( string propertyName ) : CssValue
propertyName string
리턴 CssValue

GetInitialValue() 공개 메소드

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

IsInherited() 공개 메소드

public IsInherited ( string propertyName ) : bool
propertyName string
리턴 bool