C# Класс ComponentFactory.Krypton.Toolkit.PaletteBorderToPalette

Redirect all border requests directly to the palette instance.
Наследование: IPaletteBorder
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

PaletteBorderToPalette ( IPalette palette, PaletteBorderStyle style ) : System

Initialize a new instance of the PaletteBorderToPalette class.

Описание методов

GetBorderColor1() публичный Метод

Gets the actual first border color.
public GetBorderColor1 ( PaletteState state ) : Color
state PaletteState Palette value should be applicable to this state.
Результат Color

GetBorderColor2() публичный Метод

Gets the second border color.
public GetBorderColor2 ( PaletteState state ) : Color
state PaletteState Palette value should be applicable to this state.
Результат Color

GetBorderColorAlign() публичный Метод

Gets the color alignment style.
public GetBorderColorAlign ( PaletteState state ) : PaletteRectangleAlign
state PaletteState Palette value should be applicable to this state.
Результат PaletteRectangleAlign

GetBorderColorAngle() публичный Метод

Gets the color border angle.
public GetBorderColorAngle ( PaletteState state ) : float
state PaletteState Palette value should be applicable to this state.
Результат float

GetBorderColorStyle() публичный Метод

Gets the color drawing style.
public GetBorderColorStyle ( PaletteState state ) : PaletteColorStyle
state PaletteState Palette value should be applicable to this state.
Результат PaletteColorStyle

GetBorderDraw() публичный Метод

Gets the actual border draw value.
public GetBorderDraw ( PaletteState state ) : InheritBool
state PaletteState Palette value should be applicable to this state.
Результат InheritBool

GetBorderDrawBorders() публичный Метод

Gets the actual borders to draw value.
public GetBorderDrawBorders ( PaletteState state ) : PaletteDrawBorders
state PaletteState Palette value should be applicable to this state.
Результат PaletteDrawBorders

GetBorderGraphicsHint() публичный Метод

Gets the actual border graphics hint value.
public GetBorderGraphicsHint ( PaletteState state ) : PaletteGraphicsHint
state PaletteState Palette value should be applicable to this state.
Результат PaletteGraphicsHint

GetBorderImage() публичный Метод

Gets a border image.
public GetBorderImage ( PaletteState state ) : Image
state PaletteState Palette value should be applicable to this state.
Результат Image

GetBorderImageAlign() публичный Метод

Gets the image alignment style.
public GetBorderImageAlign ( PaletteState state ) : PaletteRectangleAlign
state PaletteState Palette value should be applicable to this state.
Результат PaletteRectangleAlign

GetBorderImageStyle() публичный Метод

Gets the border image style.
public GetBorderImageStyle ( PaletteState state ) : PaletteImageStyle
state PaletteState Palette value should be applicable to this state.
Результат PaletteImageStyle

GetBorderRounding() публичный Метод

Gets the border rounding.
public GetBorderRounding ( PaletteState state ) : int
state PaletteState Palette value should be applicable to this state.
Результат int

GetBorderWidth() публичный Метод

Gets the border width.
public GetBorderWidth ( PaletteState state ) : int
state PaletteState Palette value should be applicable to this state.
Результат int

PaletteBorderToPalette() публичный Метод

Initialize a new instance of the PaletteBorderToPalette class.
public PaletteBorderToPalette ( IPalette palette, PaletteBorderStyle style ) : System
palette IPalette Source for getting all values.
style PaletteBorderStyle Style of values required.
Результат System