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
Datei anzeigen Open project: zhuangyy/Motion

Protected Properties

Property Type Description
backImage Image
border Border
headerHeight int

Public Methods

Method Description
AnimationPanel ( ) : System

Initializes a new instance of the AnimationPanel class with default settings

Protected Methods

Method Description
OnPaint ( PaintEventArgs e ) : void

Raises the Paint event

Method Details

AnimationPanel() public method

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

OnPaint() protected method

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

Property Details

backImage protected_oe property

The background image displayed in the control
protected Image backImage
return Image

border protected_oe property

The border around the "client area"
protected Border,ZForge.Controls.ExplorerBar border
return Border

headerHeight protected_oe property

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