C# 클래스 ZForge.Controls.XPTable.Renderers.Renderer

Base class for Renderers
상속: IRenderer, IDisposable
파일 보기 프로젝트 열기: zhuangyy/Motion

보호된 프로퍼티들

프로퍼티 타입 설명
BorderWidth int

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Dispose ( ) : void

Releases the unmanaged resources used by the Renderer and optionally releases the managed resources

보호된 메소드들

메소드 설명
Renderer ( ) : System

Initializes a new instance of the Renderer class with default settings

SetBackBrushColor ( Color color ) : void

Sets the color of the brush used to draw the background

SetForeBrushColor ( Color color ) : void

Sets the color of the brush used to draw the foreground

메소드 상세

Dispose() 공개 메소드

Releases the unmanaged resources used by the Renderer and optionally releases the managed resources
public Dispose ( ) : void
리턴 void

Renderer() 보호된 메소드

Initializes a new instance of the Renderer class with default settings
protected Renderer ( ) : System
리턴 System

SetBackBrushColor() 보호된 메소드

Sets the color of the brush used to draw the background
protected SetBackBrushColor ( Color color ) : void
color Color The color of the brush
리턴 void

SetForeBrushColor() 보호된 메소드

Sets the color of the brush used to draw the foreground
protected SetForeBrushColor ( Color color ) : void
color Color The color of the brush
리턴 void

프로퍼티 상세

BorderWidth 보호되어 있는 정적으로 프로퍼티

The width of a Cells border
protected static int BorderWidth
리턴 int