C# Class GradientPanel

Inheritance: Panel
ファイルを表示 Open project: mikadev001/SublimeText-Overlay Class Usage Examples

Public Properties

Property Type Description
GradientFirstColor Color
GradientSecondColor Color

Public Methods

Method Description
GradientPanel ( ) : System

Protected Methods

Method Description
OnPaintBackground ( PaintEventArgs e ) : void
OnScroll ( ScrollEventArgs se ) : void

Method Details

GradientPanel() public method

public GradientPanel ( ) : System
return System

OnPaintBackground() protected method

protected OnPaintBackground ( PaintEventArgs e ) : void
e PaintEventArgs
return void

OnScroll() protected method

protected OnScroll ( ScrollEventArgs se ) : void
se ScrollEventArgs
return void

Property Details

GradientFirstColor public_oe property

public Color GradientFirstColor
return Color

GradientSecondColor public_oe property

public Color GradientSecondColor
return Color