ComponentOne Xamarin.Android
SetMinimumHeight Method (C1BulletGraph)


C1.Android.Gauge Assembly > C1.Android.Gauge Namespace > C1BulletGraph Class : SetMinimumHeight Method
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("setMinimumHeight", 
   "(I)V", 
   "GetSetMinimumHeight_IHandler")>
Public Overridable Sub SetMinimumHeight( _
   ByVal minHeight As Integer _
) 
'Usage
 
Dim instance As C1BulletGraph
Dim minHeight As Integer
 
instance.SetMinimumHeight(minHeight)
[Android.Runtime.Register("setMinimumHeight", 
   "(I)V", 
   "GetSetMinimumHeight_IHandler")]
public virtual void SetMinimumHeight( 
   int minHeight
)

Parameters

minHeight
See Also

Reference

C1BulletGraph Class
C1BulletGraph Members