Property | Type | Description | |
---|---|---|---|
InvokeStylePropertySetter | void | ||
ProcessGlobalControlSelectors | void | ||
ProcessStyleProperties | void | ||
RegisterDefaultControlDectorators | void |
Method | Description | |
---|---|---|
LoadStyleSheetFromFile ( string path ) : void | ||
LoadStyleSheetFromStream ( Stream stream ) : void | ||
LoadStyleSheetFromString ( string content ) : void | ||
SetStyleByClass ( string styleClass, object targetControl ) : void | ||
SetStyleById ( string styleId, object targetControl ) : void | ||
StyleContext ( IDeviceContext deviceContext ) : System | ||
StyleContext ( IDeviceContext deviceContext, IStyleProxy proxy, IControlDecoratorFactory decoratorFactory ) : System |
Method | Description | |
---|---|---|
InvokeStylePropertySetter ( IControlDecorator controlHandler, |
||
ProcessGlobalControlSelectors ( ) : void | ||
ProcessStyleProperties ( IEnumerable |
||
RegisterDefaultControlDectorators ( ) : void |
public LoadStyleSheetFromFile ( string path ) : void | ||
path | string | |
return | void |
public LoadStyleSheetFromStream ( Stream stream ) : void | ||
stream | Stream | |
return | void |
public LoadStyleSheetFromString ( string content ) : void | ||
content | string | |
return | void |
public SetStyleByClass ( string styleClass, object targetControl ) : void | ||
styleClass | string | |
targetControl | object | |
return | void |
public SetStyleById ( string styleId, object targetControl ) : void | ||
styleId | string | |
targetControl | object | |
return | void |
public StyleContext ( IDeviceContext deviceContext ) : System | ||
deviceContext | IDeviceContext | |
return | System |
public StyleContext ( IDeviceContext deviceContext, IStyleProxy proxy, IControlDecoratorFactory decoratorFactory ) : System | ||
deviceContext | IDeviceContext | |
proxy | IStyleProxy | |
decoratorFactory | IControlDecoratorFactory | |
return | System |