C# Class System.Html.Style

Afficher le fichier Open project: Saltarelle/SaltarelleWeb Class Usage Examples

Private Properties

Свойство Type Description
GetEnumerator IEnumerator
Style System.Collections.Generic
this string
this string

Méthodes publiques

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

Private Methods

Méthode Description
GetEnumerator ( ) : IEnumerator
Style ( ) : System.Collections.Generic
this ( int index ) : string
this ( string name ) : string

Method Details

GetPropertyCSSValue() public méthode

public GetPropertyCSSValue ( string property ) : CSSValue
property string
Résultat CSSValue

GetPropertyPriority() public méthode

public GetPropertyPriority ( string property ) : string
property string
Résultat string

GetPropertyValue() public méthode

public GetPropertyValue ( string property ) : string
property string
Résultat string

Item() public méthode

public Item ( int index ) : string
index int
Résultat string

RemoveProperty() public méthode

public RemoveProperty ( string property ) : string
property string
Résultat string

SetProperty() public méthode

public SetProperty ( string property, string value ) : void
property string
value string
Résultat void

SetProperty() public méthode

public SetProperty ( string property, string value, string priority ) : void
property string
value string
priority string
Résultat void