CheckedTextView.CheckMarkDrawable Property

Definition

Gets the checkmark drawable

public virtual Android.Graphics.Drawables.Drawable? CheckMarkDrawable { [Android.Runtime.Register("getCheckMarkDrawable", "()Landroid/graphics/drawable/Drawable;", "GetGetCheckMarkDrawableHandler")] get; }
[<get: Android.Runtime.Register("getCheckMarkDrawable", "()Landroid/graphics/drawable/Drawable;", "GetGetCheckMarkDrawableHandler")>]
member this.CheckMarkDrawable : Android.Graphics.Drawables.Drawable

Property Value

The drawable use to represent the checkmark, if any.

Attributes

Remarks

Gets the checkmark drawable

Java documentation for android.widget.CheckedTextView.getCheckMarkDrawable().

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

See also