Click or drag to resize

IPaletteBorder Interface

Exposes a palette source for drawing a border.

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 IPaletteBorder

The IPaletteBorder type exposes the following members.

Methods
  NameDescription
Public methodGetBorderColor1
Gets the first border color.
Public methodGetBorderColor2
Gets the second border color.
Public methodGetBorderColorAlign
Gets the color alignment.
Public methodGetBorderColorAngle
Gets the color border angle.
Public methodGetBorderColorStyle
Gets the color drawing style.
Public methodGetBorderDraw
Gets a value indicating if border should be drawn.
Public methodGetBorderDrawBorders
Gets a value indicating which borders to draw.
Public methodGetBorderGraphicsHint
Gets the graphics drawing hint.
Public methodGetBorderImage
Gets a border image.
Public methodGetBorderImageAlign
Gets the image alignment.
Public methodGetBorderImageStyle
Gets the border image style.
Public methodGetBorderRounding
Gets the border corner rounding.
Public methodGetBorderWidth
Gets the border width.
Top
See Also