ColorStateList.DefaultColor Property

Definition

Return the default color in this ColorStateList.

public virtual int DefaultColor { [Android.Runtime.Register("getDefaultColor", "()I", "GetGetDefaultColorHandler")] get; }
[<get: Android.Runtime.Register("getDefaultColor", "()I", "GetGetDefaultColorHandler")>]
member this.DefaultColor : int

Property Value

the default color in this ColorStateList.

Attributes

Remarks

Return the default color in this ColorStateList.

Java documentation for android.content.res.ColorStateList.getDefaultColor().

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