Click or drag to resize

CommonHelperOrientateDrawBorders Method

Apply an orientation to the draw border edges to get a correct value.

Namespace: Internal.ComponentFactory.Krypton.Toolkit
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static PaletteDrawBorders OrientateDrawBorders(
	PaletteDrawBorders borders,
	VisualOrientation orientation
)

Parameters

borders  PaletteDrawBorders
Border edges to be drawn.
orientation  VisualOrientation
How to adjsut the border edges.

Return Value

PaletteDrawBorders
Border edges adjusted for orientation.
See Also