IRenderTabBorderGetTabBorderLeftDrawing Method |
Gets if the tabs should be drawn from left to right for z-ordering.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxbool GetTabBorderLeftDrawing(
TabBorderStyle tabBorderStyle
)
Parameters
- tabBorderStyle TabBorderStyle
- Style of tab border.
Return Value
BooleanTrue for left to right, otherwise draw right to left.
See Also