C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / RenderInputBase 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 (RenderInputBase)
In This Topic
Returns the preffered size of the input control in pixels.
Syntax
'Declaration
 
Public MustOverride 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