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

Provide inheritance of palette border properties from source redirector.
Наследование: PaletteBorderInherit
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
GetBorderColor1 ( PaletteState state ) : Color

Gets the first border color from the redirector.

GetBorderColor2 ( PaletteState state ) : Color

Gets the second border color from the redirector.

GetBorderColorAlign ( PaletteState state ) : PaletteRectangleAlign

Gets the color alignment style from the redirector.

GetBorderColorAngle ( PaletteState state ) : float

Gets the color border angle from the redirector.

GetBorderColorStyle ( PaletteState state ) : PaletteColorStyle

Gets the color drawing style from the redirector.

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 from the redirector.

GetBorderImageAlign ( PaletteState state ) : PaletteRectangleAlign

Gets the image alignment style from the redirector.

GetBorderImageStyle ( PaletteState state ) : PaletteImageStyle

Gets the border image style from the redirector.

GetBorderRounding ( PaletteState state ) : int

Gets the border rounding from the redirector.

GetBorderWidth ( PaletteState state ) : int

Gets the border width from the redirector.

GetRedirector ( ) : PaletteRedirect

Gets the redirector instance.

PaletteBorderInheritRedirect ( PaletteRedirect redirect ) : System

Initialize a new instance of the PaletteBorderInheritRedirect class.

PaletteBorderInheritRedirect ( PaletteRedirect redirect, PaletteBorderStyle style ) : System

Initialize a new instance of the PaletteBorderInheritRedirect class.

SetRedirector ( PaletteRedirect redirect ) : void

Update the redirector with new reference.

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

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

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

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

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

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

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

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

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

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

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

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

Gets a value indicating if border should be drawn.
public GetBorderDraw ( PaletteState state ) : InheritBool
state PaletteState Palette value should be applicable to this state.
Результат InheritBool

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Gets the redirector instance.
public GetRedirector ( ) : PaletteRedirect
Результат PaletteRedirect

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

Initialize a new instance of the PaletteBorderInheritRedirect class.
public PaletteBorderInheritRedirect ( PaletteRedirect redirect ) : System
redirect PaletteRedirect Source for inherit requests.
Результат System

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

Initialize a new instance of the PaletteBorderInheritRedirect class.
public PaletteBorderInheritRedirect ( PaletteRedirect redirect, PaletteBorderStyle style ) : System
redirect PaletteRedirect Source for inherit requests.
style PaletteBorderStyle Style used in requests.
Результат System

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

Update the redirector with new reference.
public SetRedirector ( PaletteRedirect redirect ) : void
redirect PaletteRedirect Target redirector.
Результат void