IRenderTabBorderGetTabBorderDisplayPadding Method |
Gets the padding used to position display elements completely inside border drawing.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
SyntaxPadding GetTabBorderDisplayPadding(
ViewLayoutContext context,
IPaletteBorder palette,
PaletteState state,
VisualOrientation orientation,
TabBorderStyle tabBorderStyle
)
Parameters
- context ViewLayoutContext
- Layout context.
- palette IPaletteBorder
- Palette used for drawing.
- state PaletteState
- State associated with rendering.
- orientation VisualOrientation
- Visual orientation of the border.
- tabBorderStyle TabBorderStyle
- Style of tab border.
Return Value
PaddingPadding structure detailing all four edges.
See Also