C# Class RatioMaster_source.MagneticPanel

Inheritance: PanelBase
Datei anzeigen Open project: NikolayIT/RatioMaster.NET

Private Properties

Property Type Description
DisposeGraphics void
DrawBevel void
DrawCaption void

Public Methods

Method Description
MagneticPanel ( ) : System
ShouldSerializeCaptionEndColor ( ) : bool
ShouldSerializeCaptionForeColor ( ) : bool
ShouldSerializeCaptionStartColor ( ) : bool

Protected Methods

Method Description
OnCaptionEndColorChanged ( EventArgs e ) : void
OnCaptionForeColorChanged ( EventArgs e ) : void
OnCaptionStartColorChanged ( EventArgs e ) : void
OnMarkerChanged ( EventArgs e ) : void
OnPaint ( PaintEventArgs pe ) : void
OnPaintBackground ( PaintEventArgs pe ) : void

Private Methods

Method Description
DisposeGraphics ( ) : void
DrawBevel ( Graphics g ) : void
DrawCaption ( Graphics g ) : void

Method Details

MagneticPanel() public method

public MagneticPanel ( ) : System
return System

OnCaptionEndColorChanged() protected method

protected OnCaptionEndColorChanged ( EventArgs e ) : void
e System.EventArgs
return void

OnCaptionForeColorChanged() protected method

protected OnCaptionForeColorChanged ( EventArgs e ) : void
e System.EventArgs
return void

OnCaptionStartColorChanged() protected method

protected OnCaptionStartColorChanged ( EventArgs e ) : void
e System.EventArgs
return void

OnMarkerChanged() protected method

protected OnMarkerChanged ( EventArgs e ) : void
e System.EventArgs
return void

OnPaint() protected method

protected OnPaint ( PaintEventArgs pe ) : void
pe PaintEventArgs
return void

OnPaintBackground() protected method

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

ShouldSerializeCaptionEndColor() public method

public ShouldSerializeCaptionEndColor ( ) : bool
return bool

ShouldSerializeCaptionForeColor() public method

public ShouldSerializeCaptionForeColor ( ) : bool
return bool

ShouldSerializeCaptionStartColor() public method

public ShouldSerializeCaptionStartColor ( ) : bool
return bool