Метод | Описание | |
---|---|---|
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 a value indicating if background should be drawn.
|
|
GetBackGraphicsHint ( PaletteState state ) : PaletteGraphicsHint |
Gets the graphics drawing hint.
|
|
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.
|
|
PaletteBackInheritNode ( IPaletteBack inherit ) : System |
Initialize a new instance of the PaletteBackInheritNode class.
|
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 |
public PaletteBackInheritNode ( IPaletteBack inherit ) : System | ||
inherit | IPaletteBack | Background palette to inherit from. |
Результат | System |