C# Class System.Html.CSSPrimitiveValue

Inheritance: CSSValue
Mostra file Open project: Saltarelle/SaltarelleWeb

Private Properties

Property Type Description
CSSPrimitiveValue System.Runtime.CompilerServices

Public Methods

Method Description
GetCounterValue ( ) : Counter
GetFloatValue ( ushort unitType ) : double
GetRGBColorValue ( ) : RGBColor
GetRectValue ( ) : Rect
GetStringValue ( ) : string
SetFloatValue ( ushort unitType, double floatValue ) : void
SetStringValue ( ushort stringType, string stringValue ) : void

Private Methods

Method Description
CSSPrimitiveValue ( ) : System.Runtime.CompilerServices

Method Details

GetCounterValue() public method

public GetCounterValue ( ) : Counter
return Counter

GetFloatValue() public method

public GetFloatValue ( ushort unitType ) : double
unitType ushort
return double

GetRGBColorValue() public method

public GetRGBColorValue ( ) : RGBColor
return RGBColor

GetRectValue() public method

public GetRectValue ( ) : Rect
return Rect

GetStringValue() public method

public GetStringValue ( ) : string
return string

SetFloatValue() public method

public SetFloatValue ( ushort unitType, double floatValue ) : void
unitType ushort
floatValue double
return void

SetStringValue() public method

public SetStringValue ( ushort stringType, string stringValue ) : void
stringType ushort
stringValue string
return void