Method | Description | |
---|---|---|
GetGlobalControlStyles ( string controlName ) : IEnumerable |
||
GetGlobalStyles ( ) : IEnumerable |
||
GetStylesByClass ( string classId ) : IEnumerable |
||
GetStylesById ( string styleId ) : IEnumerable |
||
LoadFromFile ( string path ) : void | ||
LoadFromStream ( Stream stream ) : void | ||
LoadFromString ( string content ) : void |
Method | Description | |
---|---|---|
CreateStyleProperties ( ExCSS.Model.Declaration declaration ) : IEnumerable |
||
GetDeclarations ( bool>.Func |
||
GetStyles ( bool>.Func |
public GetGlobalControlStyles ( string controlName ) : IEnumerable |
||
controlName | string | |
return | IEnumerable |
public GetStylesByClass ( string classId ) : IEnumerable |
||
classId | string | |
return | IEnumerable |
public GetStylesById ( string styleId ) : IEnumerable |
||
styleId | string | |
return | IEnumerable |
public LoadFromStream ( Stream stream ) : void | ||
stream | Stream | |
return | void |
public LoadFromString ( string content ) : void | ||
content | string | |
return | void |