C# 클래스 Crayon.StyleContext

파일 보기 프로젝트 열기: jamilgeor/Crayon 1 사용 예제들

Private Properties

프로퍼티 타입 설명
InvokeStylePropertySetter void
ProcessGlobalControlSelectors void
ProcessStyleProperties void
RegisterDefaultControlDectorators void

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
InvokeStylePropertySetter ( IControlDecorator controlHandler, StyleProperty property ) : void
ProcessGlobalControlSelectors ( ) : void
ProcessStyleProperties ( IEnumerable styleProperties, object control ) : void
RegisterDefaultControlDectorators ( ) : void

메소드 상세

LoadStyleSheetFromFile() 공개 메소드

public LoadStyleSheetFromFile ( string path ) : void
path string
리턴 void

LoadStyleSheetFromStream() 공개 메소드

public LoadStyleSheetFromStream ( Stream stream ) : void
stream Stream
리턴 void

LoadStyleSheetFromString() 공개 메소드

public LoadStyleSheetFromString ( string content ) : void
content string
리턴 void

SetStyleByClass() 공개 메소드

public SetStyleByClass ( string styleClass, object targetControl ) : void
styleClass string
targetControl object
리턴 void

SetStyleById() 공개 메소드

public SetStyleById ( string styleId, object targetControl ) : void
styleId string
targetControl object
리턴 void

StyleContext() 공개 메소드

public StyleContext ( IDeviceContext deviceContext ) : System
deviceContext IDeviceContext
리턴 System

StyleContext() 공개 메소드

public StyleContext ( IDeviceContext deviceContext, IStyleProxy proxy, IControlDecoratorFactory decoratorFactory ) : System
deviceContext IDeviceContext
proxy IStyleProxy
decoratorFactory IControlDecoratorFactory
리턴 System