Android.Widget.TextView.SetShadowLayer Method
Gives the text a shadow of the specified blur radius and color, the specified distance from its drawn position.

Syntax

[Android.Runtime.Register("setShadowLayer", "(FFFI)V", "GetSetShadowLayer_FFFIHandler")]
public virtual void SetShadowLayer (float radius, float dx, float dy, Android.Graphics.Color color)

See Also

Android.Graphics.Paint.SetShadowLayer(float, System.Single, System.Single, System.Single)

Parameters

radius
Documentation for this section has not yet been entered.
dx
Documentation for this section has not yet been entered.
dy
Documentation for this section has not yet been entered.
color
Documentation for this section has not yet been entered.

Remarks

Gives the text a shadow of the specified blur radius and color, the specified distance from its drawn position.

The text shadow produced does not interact with the properties on view that are responsible for real time shadows, Android.Views.View.Elevation and Android.Views.View.TranslationZ.

[Android Documentation]

Requirements

Namespace: Android.Widget
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1