Interface ISupportAutoSize
Namespace: Telerik.WinForms.Controls.SyntaxEditor.UI
Assembly: Telerik.WinControls.SyntaxEditor.dll
Syntax
public interface ISupportAutoSize
Methods
GetDesiredSize(SizeF)
Returns a desired size based on the provided available size.
Declaration
Size GetDesiredSize(SizeF availableSize)
Parameters
System.Drawing.SizeF
availableSize
|
Returns
System.Drawing.Size
|