C# Class System.Html.CSSPrimitiveValue

Inheritance: CSSValue
Afficher le fichier Open project: Saltarelle/SaltarelleWeb

Private Properties

Свойство Type Description
CSSPrimitiveValue System.Runtime.CompilerServices

Méthodes publiques

Méthode 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

Méthode Description
CSSPrimitiveValue ( ) : System.Runtime.CompilerServices

Method Details

GetCounterValue() public méthode

public GetCounterValue ( ) : Counter
Résultat Counter

GetFloatValue() public méthode

public GetFloatValue ( ushort unitType ) : double
unitType ushort
Résultat double

GetRGBColorValue() public méthode

public GetRGBColorValue ( ) : RGBColor
Résultat RGBColor

GetRectValue() public méthode

public GetRectValue ( ) : Rect
Résultat Rect

GetStringValue() public méthode

public GetStringValue ( ) : string
Résultat string

SetFloatValue() public méthode

public SetFloatValue ( ushort unitType, double floatValue ) : void
unitType ushort
floatValue double
Résultat void

SetStringValue() public méthode

public SetStringValue ( ushort stringType, string stringValue ) : void
stringType ushort
stringValue string
Résultat void