WillNotCacheDrawing Method (C1Border)
[Android.Runtime.Register("willNotCacheDrawing",
"()Z",
"GetWillNotCacheDrawingHandler")]
public virtual bool WillNotCacheDrawing()
'Declaration
<Android.Runtime.RegisterAttribute("willNotCacheDrawing",
"()Z",
"GetWillNotCacheDrawingHandler")>
Public Overridable Function WillNotCacheDrawing() As Boolean
'Usage
Dim instance As C1Border
Dim value As Boolean
value = instance.WillNotCacheDrawing()