C# 클래스 ComponentFactory.Krypton.Toolkit.PaletteBorderInheritRedirect

Provide inheritance of palette border properties from source redirector.
상속: PaletteBorderInherit
파일 보기 프로젝트 열기: ComponentFactory/Krypton 1 사용 예제들

공개 메소드들

메소드 설명
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