Click or drag to resize

IPaletteBack Interface

Exposes a palette source for drawing a background.

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public interface IPaletteBack

The IPaletteBack type exposes the following members.

Methods
  NameDescription
Public methodGetBackColor1
Gets the first back color.
Public methodGetBackColor2
Gets the second back color.
Public methodGetBackColorAlign
Gets the color alignment.
Public methodGetBackColorAngle
Gets the color background angle.
Public methodGetBackColorStyle
Gets the color drawing style.
Public methodGetBackDraw
Gets a value indicating if background should be drawn.
Public methodGetBackGraphicsHint
Gets the graphics drawing hint.
Public methodGetBackImage
Gets a background image.
Public methodGetBackImageAlign
Gets the image alignment.
Public methodGetBackImageStyle
Gets the background image style.
Top
See Also