ViewDrawWorkspaceSeparator Constructor |
Initialize a new instance of the ViewDrawWorkspaceSeparator class.
Namespace: Internal.ComponentFactory.Krypton.WorkspaceAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic 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