C1.Android.Core Assembly / C1.Android.Core Namespace / C1VectorIcon Class / SetMinimumHeight Method


In This Topic
SetMinimumHeight Method (C1VectorIcon)
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 C1VectorIcon
Dim minHeight As Integer
 
instance.SetMinimumHeight(minHeight)

Parameters

minHeight
See Also