SlidingDrawer.Content Property

Definition

Caution

deprecated

Returns the content of the drawer.

[System.Obsolete("deprecated")]
public virtual Android.Views.View? Content { [Android.Runtime.Register("getContent", "()Landroid/view/View;", "GetGetContentHandler")] get; }
[<System.Obsolete("deprecated")>]
[<get: Android.Runtime.Register("getContent", "()Landroid/view/View;", "GetGetContentHandler")>]
member this.Content : Android.Views.View

Property Value

The View reprenseting the content of the drawer, identified by the "content" id in XML.

Attributes

Remarks

Returns the content of the drawer.

Java documentation for android.widget.SlidingDrawer.getContent().

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