C# Class System.Html.Style

Show file Open project: Saltarelle/SaltarelleWeb Class Usage Examples

Private Properties

Property Type Description
GetEnumerator IEnumerator
Style System.Collections.Generic
this string
this string

Public Methods

Method 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

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

Method Details

GetPropertyCSSValue() public method

public GetPropertyCSSValue ( string property ) : CSSValue
property string
return CSSValue

GetPropertyPriority() public method

public GetPropertyPriority ( string property ) : string
property string
return string

GetPropertyValue() public method

public GetPropertyValue ( string property ) : string
property string
return string

Item() public method

public Item ( int index ) : string
index int
return string

RemoveProperty() public method

public RemoveProperty ( string property ) : string
property string
return string

SetProperty() public method

public SetProperty ( string property, string value ) : void
property string
value string
return void

SetProperty() public method

public SetProperty ( string property, string value, string priority ) : void
property string
value string
priority string
return void