Click or drag to resize

ViewDrawWorkspaceSeparator Constructor

Initialize a new instance of the ViewDrawWorkspaceSeparator class.

Namespace: Internal.ComponentFactory.Krypton.Workspace
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public ViewDrawWorkspaceSeparator(
	KryptonWorkspace workspace,
	IWorkspaceItem workspaceItem,
	Orientation orientation
)

Parameters

workspace  KryptonWorkspace
Associated workspace instance.
workspaceItem  IWorkspaceItem
Associated workspace item.
orientation  Orientation
Visual orientation of the content.
See Also