C# Class ComponentFactory.Krypton.Toolkit.PaletteBorderEdgeRedirect

Implement storage for palette border edge details.
Inheritance: PaletteBack, IPaletteBorder
Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
GetBorderColor1 ( PaletteState state ) : Color

Gets the actual first border color.

GetBorderColor2 ( PaletteState state ) : Color

Gets the second border color.

GetBorderColorAlign ( PaletteState state ) : PaletteRectangleAlign

Gets the color alignment style.

GetBorderColorAngle ( PaletteState state ) : float

Gets the color border angle.

GetBorderColorStyle ( PaletteState state ) : PaletteColorStyle

Gets the color drawing style.

GetBorderDraw ( PaletteState state ) : InheritBool

Gets the actual border draw value.

GetBorderDrawBorders ( PaletteState state ) : PaletteDrawBorders

Gets the actual borders to draw value.

GetBorderGraphicsHint ( PaletteState state ) : PaletteGraphicsHint

Gets the actual border graphics hint value.

GetBorderImage ( PaletteState state ) : Image

Gets a border image.

GetBorderImageAlign ( PaletteState state ) : PaletteRectangleAlign

Gets the image alignment style.

GetBorderImageStyle ( PaletteState state ) : PaletteImageStyle

Gets the border image style.

GetBorderRounding ( PaletteState state ) : int

Gets the border rounding.

GetBorderWidth ( PaletteState state ) : int

Gets the border width.

PaletteBorderEdgeRedirect ( IPaletteBorder inherit, NeedPaintHandler needPaint ) : System

Initialize a new instance of the PaletteBorderEdge class.

SetPalette ( IPaletteBorder paletteBorder ) : void

Update the source palettes for drawing.

Method Details

GetBorderColor1() public méthode

Gets the actual first border color.
public GetBorderColor1 ( PaletteState state ) : Color
state PaletteState Palette value should be applicable to this state.
Résultat Color

GetBorderColor2() public méthode

Gets the second border color.
public GetBorderColor2 ( PaletteState state ) : Color
state PaletteState Palette value should be applicable to this state.
Résultat Color

GetBorderColorAlign() public méthode

Gets the color alignment style.
public GetBorderColorAlign ( PaletteState state ) : PaletteRectangleAlign
state PaletteState Palette value should be applicable to this state.
Résultat PaletteRectangleAlign

GetBorderColorAngle() public méthode

Gets the color border angle.
public GetBorderColorAngle ( PaletteState state ) : float
state PaletteState Palette value should be applicable to this state.
Résultat float

GetBorderColorStyle() public méthode

Gets the color drawing style.
public GetBorderColorStyle ( PaletteState state ) : PaletteColorStyle
state PaletteState Palette value should be applicable to this state.
Résultat PaletteColorStyle

GetBorderDraw() public méthode

Gets the actual border draw value.
public GetBorderDraw ( PaletteState state ) : InheritBool
state PaletteState Palette value should be applicable to this state.
Résultat InheritBool

GetBorderDrawBorders() public méthode

Gets the actual borders to draw value.
public GetBorderDrawBorders ( PaletteState state ) : PaletteDrawBorders
state PaletteState Palette value should be applicable to this state.
Résultat PaletteDrawBorders

GetBorderGraphicsHint() public méthode

Gets the actual border graphics hint value.
public GetBorderGraphicsHint ( PaletteState state ) : PaletteGraphicsHint
state PaletteState Palette value should be applicable to this state.
Résultat PaletteGraphicsHint

GetBorderImage() public méthode

Gets a border image.
public GetBorderImage ( PaletteState state ) : Image
state PaletteState Palette value should be applicable to this state.
Résultat Image

GetBorderImageAlign() public méthode

Gets the image alignment style.
public GetBorderImageAlign ( PaletteState state ) : PaletteRectangleAlign
state PaletteState Palette value should be applicable to this state.
Résultat PaletteRectangleAlign

GetBorderImageStyle() public méthode

Gets the border image style.
public GetBorderImageStyle ( PaletteState state ) : PaletteImageStyle
state PaletteState Palette value should be applicable to this state.
Résultat PaletteImageStyle

GetBorderRounding() public méthode

Gets the border rounding.
public GetBorderRounding ( PaletteState state ) : int
state PaletteState Palette value should be applicable to this state.
Résultat int

GetBorderWidth() public méthode

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

PaletteBorderEdgeRedirect() public méthode

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

SetPalette() public méthode

Update the source palettes for drawing.
public SetPalette ( IPaletteBorder paletteBorder ) : void
paletteBorder IPaletteBorder Palette source for the border.
Résultat void