Click or drag to resize

CommonHelperReverseOrientateDrawBorders Method

Apply a reversed orientation so that when orientated again it comes out with the original value.

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 static PaletteDrawBorders ReverseOrientateDrawBorders(
	PaletteDrawBorders borders,
	VisualOrientation orientation
)

Parameters

borders
Type: Internal.ComponentFactory.Krypton.ToolkitPaletteDrawBorders
Border edges to be drawn.
orientation
Type: Internal.ComponentFactory.Krypton.ToolkitVisualOrientation
How to adjsut the border edges.

Return Value

Type: PaletteDrawBorders
Border edges adjusted for orientation.
See Also