ComponentOne Xamarin.Android
SetShadowLayer Method (C1MaskedTextView)


C1.Android.Input Assembly > C1.Android.Input Namespace > C1MaskedTextView Class : SetShadowLayer Method
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 C1MaskedTextView
Dim radius As Single
Dim dx As Single
Dim dy As Single
Dim color As Android.Graphics.Color
 
instance.SetShadowLayer(radius, dx, dy, color)
[Android.Runtime.Register("setShadowLayer", 
   "(FFFI)V", 
   "GetSetShadowLayer_FFFIHandler")]
public virtual void SetShadowLayer( 
   float radius,
   float dx,
   float dy,
   Android.Graphics.Color color
)

Parameters

radius
dx
dy
color
See Also

Reference

C1MaskedTextView Class
C1MaskedTextView Members