C# Class ComponentFactory.Krypton.Toolkit.PaletteBorderInherit

Provide inheritance of palette border properties.
Inheritance: GlobalId, IPaletteBorder
Datei anzeigen Open project: ComponentFactory/Krypton

Public Methods

Method Description
GetBorderColor1 ( PaletteState state ) : Color

Gets the 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 a value indicating if border should be drawn.

GetBorderDrawBorders ( PaletteState state ) : PaletteDrawBorders

Gets a value indicating which borders to draw.

GetBorderGraphicsHint ( PaletteState state ) : PaletteGraphicsHint

Gets the graphics drawing hint.

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.

Method Details

GetBorderColor1() public abstract method

Gets the first border color.
public abstract GetBorderColor1 ( PaletteState state ) : Color
state PaletteState Palette value should be applicable to this state.
return Color

GetBorderColor2() public abstract method

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

GetBorderColorAlign() public abstract method

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

GetBorderColorAngle() public abstract method

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

GetBorderColorStyle() public abstract method

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

GetBorderDraw() public abstract method

Gets a value indicating if border should be drawn.
public abstract GetBorderDraw ( PaletteState state ) : InheritBool
state PaletteState Palette value should be applicable to this state.
return InheritBool

GetBorderDrawBorders() public abstract method

Gets a value indicating which borders to draw.
public abstract GetBorderDrawBorders ( PaletteState state ) : PaletteDrawBorders
state PaletteState Palette value should be applicable to this state.
return PaletteDrawBorders

GetBorderGraphicsHint() public abstract method

Gets the graphics drawing hint.
public abstract GetBorderGraphicsHint ( PaletteState state ) : PaletteGraphicsHint
state PaletteState Palette value should be applicable to this state.
return PaletteGraphicsHint

GetBorderImage() public abstract method

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

GetBorderImageAlign() public abstract method

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

GetBorderImageStyle() public abstract method

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

GetBorderRounding() public abstract method

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

GetBorderWidth() public abstract method

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