TabWidget.StripEnabled 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.
Indicates whether the bottom strips on the tab indicators are drawn or not. -or- Controls whether the bottom strips on the tab indicators are drawn or not.
public virtual bool StripEnabled { [Android.Runtime.Register("isStripEnabled", "()Z", "GetIsStripEnabledHandler")] get; [Android.Runtime.Register("setStripEnabled", "(Z)V", "GetSetStripEnabled_ZHandler")] set; }
[<get: Android.Runtime.Register("isStripEnabled", "()Z", "GetIsStripEnabledHandler")>]
[<set: Android.Runtime.Register("setStripEnabled", "(Z)V", "GetSetStripEnabled_ZHandler")>]
member this.StripEnabled : bool with get, set
Property Value
- Attributes
Remarks
Property getter documentation:
Indicates whether the bottom strips on the tab indicators are drawn or not.
Java documentation for android.widget.TabWidget.isStripEnabled()
.
Property setter documentation:
Controls whether the bottom strips on the tab indicators are drawn or not. The default is to draw them. If the user specifies a custom view for the tab indicators, then the TabHost class calls this method to disable drawing of the bottom strips.
Java documentation for android.widget.TabWidget.setStripEnabled(boolean)
.
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.