Method | Description | |
---|---|---|
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 ( ) : |
Gets the redirector instance.
|
|
PaletteBorderInheritRedirect ( |
Initialize a new instance of the PaletteBorderInheritRedirect class.
|
|
PaletteBorderInheritRedirect ( |
Initialize a new instance of the PaletteBorderInheritRedirect class.
|
|
SetRedirector ( |
Update the redirector with new reference.
|
public GetBorderColor1 ( PaletteState state ) : Color | ||
state | PaletteState | Palette value should be applicable to this state. |
return | Color |
public GetBorderColor2 ( PaletteState state ) : Color | ||
state | PaletteState | Palette value should be applicable to this state. |
return | Color |
public GetBorderColorAlign ( PaletteState state ) : PaletteRectangleAlign | ||
state | PaletteState | Palette value should be applicable to this state. |
return | PaletteRectangleAlign |
public GetBorderColorAngle ( PaletteState state ) : float | ||
state | PaletteState | Palette value should be applicable to this state. |
return | float |
public GetBorderColorStyle ( PaletteState state ) : PaletteColorStyle | ||
state | PaletteState | Palette value should be applicable to this state. |
return | PaletteColorStyle |
public GetBorderDraw ( PaletteState state ) : InheritBool | ||
state | PaletteState | Palette value should be applicable to this state. |
return | InheritBool |
public GetBorderDrawBorders ( PaletteState state ) : PaletteDrawBorders | ||
state | PaletteState | Palette value should be applicable to this state. |
return | PaletteDrawBorders |
public GetBorderGraphicsHint ( PaletteState state ) : PaletteGraphicsHint | ||
state | PaletteState | Palette value should be applicable to this state. |
return | PaletteGraphicsHint |
public GetBorderImage ( PaletteState state ) : Image | ||
state | PaletteState | Palette value should be applicable to this state. |
return | Image |
public GetBorderImageAlign ( PaletteState state ) : PaletteRectangleAlign | ||
state | PaletteState | Palette value should be applicable to this state. |
return | PaletteRectangleAlign |
public GetBorderImageStyle ( PaletteState state ) : PaletteImageStyle | ||
state | PaletteState | Palette value should be applicable to this state. |
return | PaletteImageStyle |
public GetBorderRounding ( PaletteState state ) : int | ||
state | PaletteState | Palette value should be applicable to this state. |
return | int |
public GetBorderWidth ( PaletteState state ) : int | ||
state | PaletteState | Palette value should be applicable to this state. |
return | int |
public PaletteBorderInheritRedirect ( |
||
redirect | Source for inherit requests. | |
return | System |
public PaletteBorderInheritRedirect ( |
||
redirect | Source for inherit requests. | |
style | PaletteBorderStyle | Style used in requests. |
return | System |
public SetRedirector ( |
||
redirect | Target redirector. | |
return | void |