CommonHelperReverseOrientateDrawBorders Method |
Apply a reversed orientation so that when orientated again it comes out with the original value.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static PaletteDrawBorders ReverseOrientateDrawBorders(
PaletteDrawBorders borders,
VisualOrientation orientation
)
Parameters
- borders PaletteDrawBorders
- Border edges to be drawn.
- orientation VisualOrientation
- How to adjsut the border edges.
Return Value
PaletteDrawBordersBorder edges adjusted for orientation.
See Also