C# Class LayoutFarm.WebDom.CssCodeValueExpression

Show file Open project: prepare/HTML-Renderer Class Usage Examples

Public Properties

Property Type Description
dbugId int

Protected Properties

Property Type Description
number float

Public Methods

Method Description
AsNumber ( ) : float
CssCodeValueExpression ( CssValueHint hint ) : System
GetCacheColor ( ) : CssColor
GetCacheCssLength ( ) : CssLength
GetCacheIntValue ( ) : int
GetTranslatedStringValue ( ) : string
SetColorValue ( CssColor color ) : void
SetCssLength ( CssLength len, WebDom evalAs ) : void
SetIntValue ( int intValue, CssValueEvaluatedAs evaluatedAs ) : void

Method Details

AsNumber() public method

public AsNumber ( ) : float
return float

CssCodeValueExpression() public method

public CssCodeValueExpression ( CssValueHint hint ) : System
hint CssValueHint
return System

GetCacheColor() public method

public GetCacheColor ( ) : CssColor
return CssColor

GetCacheCssLength() public method

public GetCacheCssLength ( ) : CssLength
return LayoutFarm.Css.CssLength

GetCacheIntValue() public method

public GetCacheIntValue ( ) : int
return int

GetTranslatedStringValue() public method

public GetTranslatedStringValue ( ) : string
return string

SetColorValue() public method

public SetColorValue ( CssColor color ) : void
color CssColor
return void

SetCssLength() public method

public SetCssLength ( CssLength len, WebDom evalAs ) : void
len LayoutFarm.Css.CssLength
evalAs WebDom
return void

SetIntValue() public method

public SetIntValue ( int intValue, CssValueEvaluatedAs evaluatedAs ) : void
intValue int
evaluatedAs CssValueEvaluatedAs
return void

Property Details

dbugId public property

public int dbugId
return int

number protected property

protected float number
return float