C1.Android.Core Assembly / C1.Android.Core Namespace / C1Border Class / WillNotDraw Method


In This Topic
WillNotDraw Method (C1Border)
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("willNotDraw", 
   "()Z", 
   "GetWillNotDrawHandler")>
Public Overridable Function WillNotDraw() As Boolean
 
'Usage
 
Dim instance As C1Border
Dim value As Boolean
 
value = instance.WillNotDraw()
See Also