Android.Views.ViewGroup.SetStaticTransformationsEnabled Method
When this property is set to true, this ViewGroup supports static transformations on children; this causes ViewGroup.GetChildStaticTransformation(View, Android.Views.Animations.Transformation) to be invoked when a child is drawn.

Syntax

[Android.Runtime.Register("setStaticTransformationsEnabled", "(Z)V", "GetSetStaticTransformationsEnabled_ZHandler")]
protected virtual void SetStaticTransformationsEnabled (bool enabled)

See Also

ViewGroup.GetChildStaticTransformation(View, Android.Views.Animations.Transformation)

Parameters

enabled
True to enable static transformations on children, false otherwise.

Remarks

When this property is set to true, this ViewGroup supports static transformations on children; this causes ViewGroup.GetChildStaticTransformation(View, Android.Views.Animations.Transformation) to be invoked when a child is drawn. Any subclass overriding ViewGroup.GetChildStaticTransformation(View, Android.Views.Animations.Transformation) should set this property to true.

[Android Documentation]

Requirements

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