C# Класс ZForge.Controls.ExplorerBar.Expando.AnimationPanel

An extremely stripped down version of an Expando that an Expando can use instead of itself to get an image of its "client area" and child controls
Наследование: System.Windows.Forms.Panel
Показать файл Открыть проект

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

Свойство Тип Описание
backImage Image
border Border
headerHeight int

Открытые методы

Метод Описание
AnimationPanel ( ) : System

Initializes a new instance of the AnimationPanel class with default settings

Защищенные методы

Метод Описание
OnPaint ( PaintEventArgs e ) : void

Raises the Paint event

Описание методов

AnimationPanel() публичный Метод

Initializes a new instance of the AnimationPanel class with default settings
public AnimationPanel ( ) : System
Результат System

OnPaint() защищенный Метод

Raises the Paint event
protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs A PaintEventArgs that contains the event data
Результат void

Описание свойств

backImage защищенное свойство

The background image displayed in the control
protected Image backImage
Результат Image

border защищенное свойство

The border around the "client area"
protected Border,ZForge.Controls.ExplorerBar border
Результат Border

headerHeight защищенное свойство

The height of the header section (includes titlebar and title image)
protected int headerHeight
Результат int