Android.Views.Window.LocalFeatures Property
Return the feature bits that are being implemented by this Window.

Syntax

[get: Android.Runtime.Register("getLocalFeatures", "()I", "GetGetLocalFeaturesHandler")]
protected int LocalFeatures { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Return the feature bits that are being implemented by this Window. This is the set of features that were given to requestFeature(), and are being handled by only this Window itself, not by its containers.

[Android Documentation]

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1