EdgeEffect.Color Property

Definition

Return the color of this edge effect in argb.

public virtual int Color { [Android.Runtime.Register("getColor", "()I", "GetGetColorHandler")] get; }
[<get: Android.Runtime.Register("getColor", "()I", "GetGetColorHandler")>]
member this.Color : int

Property Value

The color of this edge effect in argb

Attributes

Remarks

Return the color of this edge effect in argb.

Java documentation for android.widget.EdgeEffect.getColor().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to