C# Class ComponentFactory.Krypton.Toolkit.PaletteBorderEdge

Implement storage for palette border edge details.
Inheritance: PaletteBack
Datei anzeigen Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
GetBorderWidth ( PaletteState state ) : int

Gets the border width.

PaletteBorderEdge ( PaletteBorderEdgeRedirect inherit, NeedPaintHandler needPaint ) : System

Initialize a new instance of the PaletteBorderEdge class.

Method Details

GetBorderWidth() public method

Gets the border width.
public GetBorderWidth ( PaletteState state ) : int
state PaletteState Palette value should be applicable to this state.
return int

PaletteBorderEdge() public method

Initialize a new instance of the PaletteBorderEdge class.
public PaletteBorderEdge ( PaletteBorderEdgeRedirect inherit, NeedPaintHandler needPaint ) : System
inherit PaletteBorderEdgeRedirect Source for inheriting defaulted values.
needPaint NeedPaintHandler Delegate for notifying paint requests.
return System