Click or drag to resize

ButtonSpecManagerBaseDockerOrientation Method

Gets the orientation of the docker at the specified index.

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#
protected abstract VisualOrientation DockerOrientation(
	int i
)

Parameters

i  Int32
Index.

Return Value

VisualOrientation
VisualOrientation value.
See Also