Click or drag to resize

VisualSimpleGetPreferredSize Method (Size)

Get the preferred size of the control based on a proposed size.

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 virtual Size GetPreferredSize(
	Size proposedSize
)

Parameters

proposedSize
Type: System.DrawingSize
Starting size proposed by the caller.

Return Value

Type: Size
Calculated preferred size.
See Also