KryptonDomainUpDownGetPreferredSize(Size) Method |
Get the preferred size of the control based on a proposed size.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic virtual Size GetPreferredSize(
Size proposedSize
)
Parameters
- proposedSize Size
- Starting size proposed by the caller.
Return Value
SizeCalculated preferred size.
See Also