Android.Views.View.SolidColor Property
Override this if your view is known to always be drawn on top of a solid color background, and needs to draw fading edges.

Syntax

[get: Android.Runtime.Register("getSolidColor", "()I", "GetGetSolidColorHandler")]
public virtual Android.Graphics.Color SolidColor { get; }

See Also

View.VerticalFadingEdgeEnabled
View.HorizontalFadingEdgeEnabled

Value

Documentation for this section has not yet been entered.

Remarks

Override this if your view is known to always be drawn on top of a solid color background, and needs to draw fading edges. Returning a non-zero color enables the view system to optimize the drawing of the fading edges. If you do return a non-zero color, the alpha should be set to 0xFF.

[Android Documentation]

Requirements

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