Xamarin.Android | ComponentOne
C1.Android.Input Assembly / C1.Android.Input Namespace / C1TextBox Class / SetShadowLayer Method


In This Topic
    SetShadowLayer Method (C1TextBox)
    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 C1TextBox
    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