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

Redirect all background requests directly to the palette instance.
상속: IPaletteBack
파일 보기 프로젝트 열기: Cocotteseb/Krypton 1 사용 예제들

공개 메소드들

메소드 설명
GetBackColor1 ( PaletteState state ) : Color

Gets the first background color.

GetBackColor2 ( PaletteState state ) : Color

Gets the second back color.

GetBackColorAlign ( PaletteState state ) : PaletteRectangleAlign

Gets the color alignment style.

GetBackColorAngle ( PaletteState state ) : float

Gets the color background angle.

GetBackColorStyle ( PaletteState state ) : PaletteColorStyle

Gets the color drawing style.

GetBackDraw ( PaletteState state ) : InheritBool

Gets the actual background draw value.

GetBackGraphicsHint ( PaletteState state ) : PaletteGraphicsHint

Gets the actual background graphics hint value.

GetBackImage ( PaletteState state ) : Image

Gets a background image.

GetBackImageAlign ( PaletteState state ) : PaletteRectangleAlign

Gets the image alignment style.

GetBackImageStyle ( PaletteState state ) : PaletteImageStyle

Gets the background image style.

PaletteBackToPalette ( IPalette palette, PaletteBackStyle style ) : System

Initialize a new instance of the PaletteBack class.

메소드 상세

GetBackColor1() 공개 메소드

Gets the first background color.
public GetBackColor1 ( PaletteState state ) : Color
state PaletteState Palette value should be applicable to this state.
리턴 Color

GetBackColor2() 공개 메소드

Gets the second back color.
public GetBackColor2 ( PaletteState state ) : Color
state PaletteState Palette value should be applicable to this state.
리턴 Color

GetBackColorAlign() 공개 메소드

Gets the color alignment style.
public GetBackColorAlign ( PaletteState state ) : PaletteRectangleAlign
state PaletteState Palette value should be applicable to this state.
리턴 PaletteRectangleAlign

GetBackColorAngle() 공개 메소드

Gets the color background angle.
public GetBackColorAngle ( PaletteState state ) : float
state PaletteState Palette value should be applicable to this state.
리턴 float

GetBackColorStyle() 공개 메소드

Gets the color drawing style.
public GetBackColorStyle ( PaletteState state ) : PaletteColorStyle
state PaletteState Palette value should be applicable to this state.
리턴 PaletteColorStyle

GetBackDraw() 공개 메소드

Gets the actual background draw value.
public GetBackDraw ( PaletteState state ) : InheritBool
state PaletteState Palette value should be applicable to this state.
리턴 InheritBool

GetBackGraphicsHint() 공개 메소드

Gets the actual background graphics hint value.
public GetBackGraphicsHint ( PaletteState state ) : PaletteGraphicsHint
state PaletteState Palette value should be applicable to this state.
리턴 PaletteGraphicsHint

GetBackImage() 공개 메소드

Gets a background image.
public GetBackImage ( PaletteState state ) : Image
state PaletteState Palette value should be applicable to this state.
리턴 Image

GetBackImageAlign() 공개 메소드

Gets the image alignment style.
public GetBackImageAlign ( PaletteState state ) : PaletteRectangleAlign
state PaletteState Palette value should be applicable to this state.
리턴 PaletteRectangleAlign

GetBackImageStyle() 공개 메소드

Gets the background image style.
public GetBackImageStyle ( PaletteState state ) : PaletteImageStyle
state PaletteState Palette value should be applicable to this state.
리턴 PaletteImageStyle

PaletteBackToPalette() 공개 메소드

Initialize a new instance of the PaletteBack class.
public PaletteBackToPalette ( IPalette palette, PaletteBackStyle style ) : System
palette IPalette Source for getting all values.
style PaletteBackStyle Style of values required.
리턴 System