Click or drag to resize

IRenderTabBorder Interface

Exposes methods for drawing tab borders.

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 IRenderTabBorder

The IRenderTabBorder type exposes the following members.

Methods
  NameDescription
Public methodDrawTabBorder
Draw border on the inside edge of the specified rectangle.
Public methodGetTabBackPath
Generate a graphics path that encloses the border and is used when rendering a background to ensure the background does not draw over the border area.
Public methodGetTabBorderDisplayPadding
Gets the padding used to position display elements completely inside border drawing.
Public methodGetTabBorderLeftDrawing
Gets if the tabs should be drawn from left to right for z-ordering.
Public methodGetTabBorderPath
Generate a graphics path that encloses the border itself.
Public methodGetTabBorderSpacingGap
Gets the spacing used to separate each tab border instance.
Top
See Also