C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / RenderInputText Class / GetAutoSize Method
Context that should be used to get calculated style properties.
OUT: Width of the control.
OUT: Height of the control.

In This Topic
GetAutoSize Method (RenderInputText)
In This Topic
Returns the preffered size of the control in pixels.
Syntax
'Declaration
 
Public Overrides Sub GetAutoSize( _
   ByVal context As IScriptContext, _
   ByRef width As Integer, _
   ByRef height As Integer _
) 
 

Parameters

context
Context that should be used to get calculated style properties.
width
OUT: Width of the control.
height
OUT: Height of the control.
See Also