C1.Xamarin.Forms.Input Assembly / C1.Xamarin.Forms.Input Namespace / C1ComboBox Class / OnMeasure Method


In This Topic
OnMeasure Method (C1ComboBox)
In This Topic
Syntax
'Declaration
 
Protected Overridable Function OnMeasure( _
   ByVal widthConstraint As Double, _
   ByVal heightConstraint As Double _
) As Xamarin.Forms.SizeRequest
 
'Usage
 
Dim instance As C1ComboBox
Dim widthConstraint As Double
Dim heightConstraint As Double
Dim value As Xamarin.Forms.SizeRequest
 
value = instance.OnMeasure(widthConstraint, heightConstraint)

Parameters

widthConstraint
heightConstraint
See Also