Android.Resource.Attribute.FadingEdge Field
This attribute is deprecated and will be ignored as of API level 14 (Android.OS.Build.VERSION_CODES.IceCreamSandwich).

Value: 16842975

Syntax

[Android.Runtime.Register("fadingEdge")]
public const int FadingEdge

Remarks

This attribute is deprecated and will be ignored as of API level 14 (Android.OS.Build.VERSION_CODES.IceCreamSandwich). Using fading edges may introduce noticeable performance degradations and should be used only when required by the application's visual design. To request fading edges with API level 14 and above, use the android:requiresFadingEdge attribute instead.
ConstantValueDescription
none0x00000000 No edge is faded.
horizontal0x00001000 Fades horizontal edges only.
vertical0x00002000 Fades vertical edges only.

Must be one or more (separated by '|') of the following constant values.

[Android Documentation]

Requirements

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