C# 클래스 System.Html.CSSPrimitiveValue

상속: CSSValue
파일 보기 프로젝트 열기: Saltarelle/SaltarelleWeb

Private Properties

프로퍼티 타입 설명
CSSPrimitiveValue System.Runtime.CompilerServices

공개 메소드들

메소드 설명
GetCounterValue ( ) : Counter
GetFloatValue ( ushort unitType ) : double
GetRGBColorValue ( ) : RGBColor
GetRectValue ( ) : Rect
GetStringValue ( ) : string
SetFloatValue ( ushort unitType, double floatValue ) : void
SetStringValue ( ushort stringType, string stringValue ) : void

비공개 메소드들

메소드 설명
CSSPrimitiveValue ( ) : System.Runtime.CompilerServices

메소드 상세

GetCounterValue() 공개 메소드

public GetCounterValue ( ) : Counter
리턴 Counter

GetFloatValue() 공개 메소드

public GetFloatValue ( ushort unitType ) : double
unitType ushort
리턴 double

GetRGBColorValue() 공개 메소드

public GetRGBColorValue ( ) : RGBColor
리턴 RGBColor

GetRectValue() 공개 메소드

public GetRectValue ( ) : Rect
리턴 Rect

GetStringValue() 공개 메소드

public GetStringValue ( ) : string
리턴 string

SetFloatValue() 공개 메소드

public SetFloatValue ( ushort unitType, double floatValue ) : void
unitType ushort
floatValue double
리턴 void

SetStringValue() 공개 메소드

public SetStringValue ( ushort stringType, string stringValue ) : void
stringType ushort
stringValue string
리턴 void