Method | Description | |
---|---|---|
GetBorderColor1 ( PaletteBorderStyle style, PaletteState state ) : Color |
Gets the first border color.
|
|
GetBorderColor2 ( PaletteBorderStyle style, PaletteState state ) : Color |
Gets the second border color.
|
|
GetBorderColorAlign ( PaletteBorderStyle style, PaletteState state ) : PaletteRectangleAlign |
Gets the color border alignment.
|
|
GetBorderColorAngle ( PaletteBorderStyle style, PaletteState state ) : float |
Gets the color border angle.
|
|
GetBorderColorStyle ( PaletteBorderStyle style, PaletteState state ) : PaletteColorStyle |
Gets the color border drawing style.
|
|
GetBorderDraw ( PaletteBorderStyle style, PaletteState state ) : InheritBool |
Gets a value indicating if border should be drawn.
|
|
GetBorderDrawBorders ( PaletteBorderStyle style, PaletteState state ) : PaletteDrawBorders |
Gets a value indicating which borders to draw.
|
|
GetBorderGraphicsHint ( PaletteBorderStyle style, PaletteState state ) : PaletteGraphicsHint |
Gets the graphics drawing hint for the border.
|
|
GetBorderImage ( PaletteBorderStyle style, PaletteState state ) : Image |
Gets a border image.
|
|
GetBorderImageAlign ( PaletteBorderStyle style, PaletteState state ) : PaletteRectangleAlign |
Gets the image border alignment.
|
|
GetBorderImageStyle ( PaletteBorderStyle style, PaletteState state ) : PaletteImageStyle |
Gets the border image style.
|
|
GetBorderRounding ( PaletteBorderStyle style, PaletteState state ) : int |
Gets the border corner rounding.
|
|
GetBorderWidth ( PaletteBorderStyle style, PaletteState state ) : int |
Gets the border width.
|
|
PaletteRedirectBorderEdge ( IPalette target ) : System |
Initialize a new instance of the PaletteRedirectBorderEdge class.
|
|
PaletteRedirectBorderEdge ( IPalette target, |
Initialize a new instance of the PaletteRedirectBorderEdge class.
|
|
ResetRedirectStates ( ) : void |
Reset the redirection states to null.
|
|
SetRedirectStates ( |
Set the redirection states.
|
Method | Description | |
---|---|---|
GetInherit ( PaletteState state ) : |
public GetBorderColor1 ( PaletteBorderStyle style, PaletteState state ) : Color | ||
style | PaletteBorderStyle | Border style. |
state | PaletteState | Palette value should be applicable to this state. |
return | Color |
public GetBorderColor2 ( PaletteBorderStyle style, PaletteState state ) : Color | ||
style | PaletteBorderStyle | Border style. |
state | PaletteState | Palette value should be applicable to this state. |
return | Color |
public GetBorderColorAlign ( PaletteBorderStyle style, PaletteState state ) : PaletteRectangleAlign | ||
style | PaletteBorderStyle | Border style. |
state | PaletteState | Palette value should be applicable to this state. |
return | PaletteRectangleAlign |
public GetBorderColorAngle ( PaletteBorderStyle style, PaletteState state ) : float | ||
style | PaletteBorderStyle | Border style. |
state | PaletteState | Palette value should be applicable to this state. |
return | float |
public GetBorderColorStyle ( PaletteBorderStyle style, PaletteState state ) : PaletteColorStyle | ||
style | PaletteBorderStyle | Border style. |
state | PaletteState | Palette value should be applicable to this state. |
return | PaletteColorStyle |
public GetBorderDraw ( PaletteBorderStyle style, PaletteState state ) : InheritBool | ||
style | PaletteBorderStyle | Border style. |
state | PaletteState | Palette value should be applicable to this state. |
return | InheritBool |
public GetBorderDrawBorders ( PaletteBorderStyle style, PaletteState state ) : PaletteDrawBorders | ||
style | PaletteBorderStyle | Border style. |
state | PaletteState | Palette value should be applicable to this state. |
return | PaletteDrawBorders |
public GetBorderGraphicsHint ( PaletteBorderStyle style, PaletteState state ) : PaletteGraphicsHint | ||
style | PaletteBorderStyle | Border style. |
state | PaletteState | Palette value should be applicable to this state. |
return | PaletteGraphicsHint |
public GetBorderImage ( PaletteBorderStyle style, PaletteState state ) : Image | ||
style | PaletteBorderStyle | Border style. |
state | PaletteState | Palette value should be applicable to this state. |
return | Image |
public GetBorderImageAlign ( PaletteBorderStyle style, PaletteState state ) : PaletteRectangleAlign | ||
style | PaletteBorderStyle | Border style. |
state | PaletteState | Palette value should be applicable to this state. |
return | PaletteRectangleAlign |
public GetBorderImageStyle ( PaletteBorderStyle style, PaletteState state ) : PaletteImageStyle | ||
style | PaletteBorderStyle | Border style. |
state | PaletteState | Palette value should be applicable to this state. |
return | PaletteImageStyle |
public GetBorderRounding ( PaletteBorderStyle style, PaletteState state ) : int | ||
style | PaletteBorderStyle | Border style. |
state | PaletteState | Palette value should be applicable to this state. |
return | int |
public GetBorderWidth ( PaletteBorderStyle style, PaletteState state ) : int | ||
style | PaletteBorderStyle | Border style. |
state | PaletteState | Palette value should be applicable to this state. |
return | int |
public PaletteRedirectBorderEdge ( IPalette target ) : System | ||
target | IPalette | Initial palette target for redirection. |
return | System |
public PaletteRedirectBorderEdge ( IPalette target, |
||
target | IPalette | Initial palette target for redirection. |
disabled | Redirection for disabled state requests. | |
normal | Redirection for normal state requests. | |
return | System |
public SetRedirectStates ( |
||
disabled | Redirection for disabled state requests. | |
normal | Redirection for normal state requests. | |
return | void |