ViewLayoutDockerGetDock Method |
Gets the dock setting for the provided child instance.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic ViewDockStyle GetDock(
ViewBase child
)
Parameters
- child ViewBase
- Child view element.
Return Value
ViewDockStyleDocking setting.
See Also