Click or drag to resize

ViewLayoutNullGetPreferredSize Method

Discover the preferred size of the element.

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 override Size GetPreferredSize(
	ViewLayoutContext context
)

Parameters

context
Type: Internal.ComponentFactory.Krypton.ToolkitViewLayoutContext
Layout context.

Return Value

Type: Size
See Also