Method | Description | |
---|---|---|
GetBorderColor1 ( PaletteState state ) : Color |
Gets the actual first border color.
|
|
GetBorderColor2 ( PaletteState state ) : Color |
Gets the second border color.
|
|
GetBorderColorAlign ( PaletteState state ) : PaletteRectangleAlign |
Gets the color alignment style.
|
|
GetBorderColorAngle ( PaletteState state ) : float |
Gets the color border angle.
|
|
GetBorderColorStyle ( PaletteState state ) : PaletteColorStyle |
Gets the color drawing style.
|
|
GetBorderDraw ( PaletteState state ) : InheritBool |
Gets the actual border draw value.
|
|
GetBorderDrawBorders ( PaletteState state ) : PaletteDrawBorders |
Gets the actual borders to draw value.
|
|
GetBorderGraphicsHint ( PaletteState state ) : PaletteGraphicsHint |
Gets the actual border graphics hint value.
|
|
GetBorderImage ( PaletteState state ) : Image |
Gets a border image.
|
|
GetBorderImageAlign ( PaletteState state ) : PaletteRectangleAlign |
Gets the image alignment style.
|
|
GetBorderImageStyle ( PaletteState state ) : PaletteImageStyle |
Gets the border image style.
|
|
GetBorderRounding ( PaletteState state ) : int |
Gets the border rounding.
|
|
GetBorderWidth ( PaletteState state ) : int |
Gets the border width.
|
|
PaletteBorderToPalette ( IPalette palette, PaletteBorderStyle style ) : System |
Initialize a new instance of the PaletteBorderToPalette class.
|
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 PaletteBorderToPalette ( IPalette palette, PaletteBorderStyle style ) : System | ||
palette | IPalette | Source for getting all values. |
style | PaletteBorderStyle | Style of values required. |
return | System |