C# Class SharpVectors.Dom.Css.CssPropertyProfile

Afficher le fichier Open project: codebutler/savagesvg Class Usage Examples

Méthodes publiques

Méthode Description
Add ( string propertyName, bool isInherited, string initialValue ) : void
CssPropertyProfile ( ) : System
GetAllPropertyNames ( ) : ICollection
GetInitialCssValue ( string propertyName ) : CssValue
GetInitialValue ( string propertyName ) : string
IsInherited ( string propertyName ) : bool

Method Details

Add() public méthode

public Add ( string propertyName, bool isInherited, string initialValue ) : void
propertyName string
isInherited bool
initialValue string
Résultat void

CssPropertyProfile() public méthode

public CssPropertyProfile ( ) : System
Résultat System

GetAllPropertyNames() public méthode

public GetAllPropertyNames ( ) : ICollection
Résultat ICollection

GetInitialCssValue() public méthode

public GetInitialCssValue ( string propertyName ) : CssValue
propertyName string
Résultat CssValue

GetInitialValue() public méthode

public GetInitialValue ( string propertyName ) : string
propertyName string
Résultat string

IsInherited() public méthode

public IsInherited ( string propertyName ) : bool
propertyName string
Résultat bool