Click or drag to resize

ViewLayoutCenter Constructor (ViewBase)

Initialize a new instance of the ViewLayoutCenter class.

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#
public ViewLayoutCenter(
	ViewBase childElement
)

Parameters

childElement
Type: Internal.ComponentFactory.Krypton.ToolkitViewBase
Optional element to add as child.
See Also