C1.Android.Core Assembly / C1.Android.Core Namespace / C1CheckBox Class / SetShadowLayer Method


In This Topic
SetShadowLayer Method (C1CheckBox)
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("setShadowLayer", 
   "(FFFI)V", 
   "GetSetShadowLayer_FFFIHandler")>
Public Overridable Sub SetShadowLayer( _
   ByVal radius As Single, _
   ByVal dx As Single, _
   ByVal dy As Single, _
   ByVal color As Android.Graphics.Color _
) 
 
'Usage
 
Dim instance As C1CheckBox
Dim radius As Single
Dim dx As Single
Dim dy As Single
Dim color As Android.Graphics.Color
 
instance.SetShadowLayer(radius, dx, dy, color)

Parameters

radius
dx
dy
color
See Also