Méthode | Description | |
---|---|---|
ForceBorderEdges ( PaletteDrawBorders forceBorderEdges ) : void |
Force the border edges to a particular value.
|
|
GetBorderColor1 ( PaletteState state ) : Color |
Gets the 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 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.
|
|
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.
|
|
PaletteBorderInheritForced ( IPaletteBorder inherit ) : System |
Initialize a new instance of the PaletteBorderInheritForced class.
|
|
SetInherit ( IPaletteBorder paletteBorder ) : void |
Gets and sets the palette to inherit from.
|
public ForceBorderEdges ( PaletteDrawBorders forceBorderEdges ) : void | ||
forceBorderEdges | PaletteDrawBorders | Borders to force. |
Résultat | void |
public GetBorderColor1 ( PaletteState state ) : Color | ||
state | PaletteState | Palette value should be applicable to this state. |
Résultat | Color |
public GetBorderColor2 ( PaletteState state ) : Color | ||
state | PaletteState | Palette value should be applicable to this state. |
Résultat | Color |
public GetBorderColorAlign ( PaletteState state ) : PaletteRectangleAlign | ||
state | PaletteState | Palette value should be applicable to this state. |
Résultat | PaletteRectangleAlign |
public GetBorderColorAngle ( PaletteState state ) : float | ||
state | PaletteState | Palette value should be applicable to this state. |
Résultat | float |
public GetBorderColorStyle ( PaletteState state ) : PaletteColorStyle | ||
state | PaletteState | Palette value should be applicable to this state. |
Résultat | PaletteColorStyle |
public GetBorderDraw ( PaletteState state ) : InheritBool | ||
state | PaletteState | Palette value should be applicable to this state. |
Résultat | InheritBool |
public GetBorderDrawBorders ( PaletteState state ) : PaletteDrawBorders | ||
state | PaletteState | Palette value should be applicable to this state. |
Résultat | PaletteDrawBorders |
public GetBorderGraphicsHint ( PaletteState state ) : PaletteGraphicsHint | ||
state | PaletteState | Palette value should be applicable to this state. |
Résultat | PaletteGraphicsHint |
public GetBorderImage ( PaletteState state ) : Image | ||
state | PaletteState | Palette value should be applicable to this state. |
Résultat | Image |
public GetBorderImageAlign ( PaletteState state ) : PaletteRectangleAlign | ||
state | PaletteState | Palette value should be applicable to this state. |
Résultat | PaletteRectangleAlign |
public GetBorderImageStyle ( PaletteState state ) : PaletteImageStyle | ||
state | PaletteState | Palette value should be applicable to this state. |
Résultat | PaletteImageStyle |
public GetBorderRounding ( PaletteState state ) : int | ||
state | PaletteState | Palette value should be applicable to this state. |
Résultat | int |
public GetBorderWidth ( PaletteState state ) : int | ||
state | PaletteState | Palette value should be applicable to this state. |
Résultat | int |
public PaletteBorderInheritForced ( IPaletteBorder inherit ) : System | ||
inherit | IPaletteBorder | Border palette to inherit from. |
Résultat | System |
public SetInherit ( IPaletteBorder paletteBorder ) : void | ||
paletteBorder | IPaletteBorder | |
Résultat | void |