Click or drag to resize

ViewDrawDockerOrientateDock Method

Update the incoming dock style to reflect our 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#
protected ViewDockStyle OrientateDock(
	ViewDockStyle style
)

Parameters

style
Type: Internal.ComponentFactory.Krypton.ToolkitViewDockStyle
Incoming dock style.

Return Value

Type: ViewDockStyle
Orientation adjusted dock style.
See Also