프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
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.
|
|
PaletteBack ( IPaletteBack inherit, NeedPaintHandler needPaint ) : System |
Initialize a new instance of the PaletteBack class.
|
|
PopulateFromBase ( PaletteState state ) : void |
Populate values from the base palette.
|
|
SetInherit ( IPaletteBack inherit ) : void |
Sets the inheritence parent.
|
메소드 | 설명 | |
---|---|---|
OnPropertyChanged ( string property ) : void |
Raises the PropertyChanged event.
|
public GetBackColor1 ( PaletteState state ) : Color | ||
state | PaletteState | Palette value should be applicable to this state. |
리턴 | Color |
public GetBackColor2 ( PaletteState state ) : Color | ||
state | PaletteState | Palette value should be applicable to this state. |
리턴 | Color |
public GetBackColorAlign ( PaletteState state ) : PaletteRectangleAlign | ||
state | PaletteState | Palette value should be applicable to this state. |
리턴 | PaletteRectangleAlign |
public GetBackColorAngle ( PaletteState state ) : float | ||
state | PaletteState | Palette value should be applicable to this state. |
리턴 | float |
public GetBackColorStyle ( PaletteState state ) : PaletteColorStyle | ||
state | PaletteState | Palette value should be applicable to this state. |
리턴 | PaletteColorStyle |
public GetBackDraw ( PaletteState state ) : InheritBool | ||
state | PaletteState | Palette value should be applicable to this state. |
리턴 | InheritBool |
public GetBackGraphicsHint ( PaletteState state ) : PaletteGraphicsHint | ||
state | PaletteState | Palette value should be applicable to this state. |
리턴 | PaletteGraphicsHint |
public GetBackImage ( PaletteState state ) : Image | ||
state | PaletteState | Palette value should be applicable to this state. |
리턴 | Image |
public GetBackImageAlign ( PaletteState state ) : PaletteRectangleAlign | ||
state | PaletteState | Palette value should be applicable to this state. |
리턴 | PaletteRectangleAlign |
public GetBackImageStyle ( PaletteState state ) : PaletteImageStyle | ||
state | PaletteState | Palette value should be applicable to this state. |
리턴 | PaletteImageStyle |
protected OnPropertyChanged ( string property ) : void | ||
property | string | Name of the property changed. |
리턴 | void |
public PaletteBack ( IPaletteBack inherit, NeedPaintHandler needPaint ) : System | ||
inherit | IPaletteBack | Source for inheriting defaulted values. |
needPaint | NeedPaintHandler | Delegate for notifying paint requests. |
리턴 | System |
public PopulateFromBase ( PaletteState state ) : void | ||
state | PaletteState | Palette state to use when populating. |
리턴 | void |