Click or drag to resize

ButtonSpecManagerDrawDockerOrientation 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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
protected override VisualOrientation DockerOrientation(
	int i
)

Parameters

i
Type: SystemInt32
Index.

Return Value

Type: VisualOrientation
VisualOrientation value.
See Also