ViewGroup.RecomputeViewAttributes(View) Method
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.
Tell view hierarchy that the global view attributes need to be re-evaluated.
[Android.Runtime.Register("recomputeViewAttributes", "(Landroid/view/View;)V", "GetRecomputeViewAttributes_Landroid_view_View_Handler")]
public virtual void RecomputeViewAttributes (Android.Views.View? child);
[<Android.Runtime.Register("recomputeViewAttributes", "(Landroid/view/View;)V", "GetRecomputeViewAttributes_Landroid_view_View_Handler")>]
abstract member RecomputeViewAttributes : Android.Views.View -> unit
override this.RecomputeViewAttributes : Android.Views.View -> unit
Parameters
- child
- View
View whose attributes have changed.
Implements
- Attributes
Remarks
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.