Syntax
'Declaration
<Android.Runtime.RegisterAttribute("setWillNotCacheDrawing",
"(Z)V",
"GetSetWillNotCacheDrawing_ZHandler")>
Public Overridable Sub SetWillNotCacheDrawing( _
ByVal As Boolean _
)
'Usage
Dim instance As C1Border
Dim willNotCacheDrawing As Boolean
instance.SetWillNotCacheDrawing(willNotCacheDrawing)
[Android.Runtime.Register("setWillNotCacheDrawing",
"(Z)V",
"GetSetWillNotCacheDrawing_ZHandler")]
public virtual void SetWillNotCacheDrawing(
bool
)
Parameters
- willNotCacheDrawing
See Also