| KryptonBorderEdgeGetPreferredSize 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
Syntaxpublic virtual Size GetPreferredSize(
	Size proposedSize
)
Parameters
- proposedSize
- Type: System.DrawingSize
 Starting size proposed by the caller.
Return Value
Type: 
SizeCalculated preferred size.
 See Also
See Also