SlidingDrawer.Content Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.