C# Класс ZForge.Controls.XPTable.Renderers.Renderer

Base class for Renderers
Наследование: IRenderer, IDisposable
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
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