C1.Android.Gauge Assembly / C1.Android.Gauge Namespace / C1Gauge Class / SetMinimumHeight Method


In This Topic
SetMinimumHeight Method (C1Gauge)
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("setMinimumHeight", 
   "(I)V", 
   "GetSetMinimumHeight_IHandler")>
Public Overridable Sub SetMinimumHeight( _
   ByVal minHeight As Integer _
) 
 
'Usage
 
Dim instance As C1Gauge
Dim minHeight As Integer
 
instance.SetMinimumHeight(minHeight)

Parameters

minHeight
See Also