- enabled
- True to enable static transformations on children, false otherwise.
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.