Click or drag to resize

CommonHelperVisualToOrientation Method

Convert from VisualOrientation to Orientation.

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 Orientation VisualToOrientation(
	VisualOrientation orientation
)

Parameters

orientation
Type: Internal.ComponentFactory.Krypton.ToolkitVisualOrientation
VisualOrientation value.

Return Value

Type: Orientation
Orientation value.
See Also