C# Class 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
Inheritance: System.Windows.Forms.Panel
Afficher le fichier Open project: zhuangyy/Motion

Protected Properties

Свойство Type Description
backImage Image
border Border
headerHeight int

Méthodes publiques

Méthode Description
AnimationPanel ( ) : System

Initializes a new instance of the AnimationPanel class with default settings

Méthodes protégées

Méthode Description
OnPaint ( PaintEventArgs e ) : void

Raises the Paint event

Method Details

AnimationPanel() public méthode

Initializes a new instance of the AnimationPanel class with default settings
public AnimationPanel ( ) : System
Résultat System

OnPaint() protected méthode

Raises the Paint event
protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs A PaintEventArgs that contains the event data
Résultat void

Property Details

backImage protected_oe property

The background image displayed in the control
protected Image backImage
Résultat Image

border protected_oe property

The border around the "client area"
protected Border,ZForge.Controls.ExplorerBar border
Résultat Border

headerHeight protected_oe property

The height of the header section (includes titlebar and title image)
protected int headerHeight
Résultat int