C# Class SharpVectors.Dom.Css.CssPropertyProfile

显示文件 Open project: codebutler/savagesvg Class Usage Examples

Public Methods

Method 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 method

public Add ( string propertyName, bool isInherited, string initialValue ) : void
propertyName string
isInherited bool
initialValue string
return void

CssPropertyProfile() public method

public CssPropertyProfile ( ) : System
return System

GetAllPropertyNames() public method

public GetAllPropertyNames ( ) : ICollection
return ICollection

GetInitialCssValue() public method

public GetInitialCssValue ( string propertyName ) : CssValue
propertyName string
return CssValue

GetInitialValue() public method

public GetInitialValue ( string propertyName ) : string
propertyName string
return string

IsInherited() public method

public IsInherited ( string propertyName ) : bool
propertyName string
return bool