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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public ViewDrawWorkspaceSeparator(
	KryptonWorkspace workspace,
	IWorkspaceItem workspaceItem,
	Orientation orientation
)

Parameters

workspace
Type: Internal.ComponentFactory.Krypton.WorkspaceKryptonWorkspace
Associated workspace instance.
workspaceItem
Type: Internal.ComponentFactory.Krypton.WorkspaceIWorkspaceItem
Associated workspace item.
orientation
Type: System.Windows.FormsOrientation
Visual orientation of the content.
See Also