Transformation.TransformationType Property

Definition

Indicates the nature of this transformation. -or- Sets the transformation type.

public virtual Android.Views.Animations.TransformationTypes TransformationType { [Android.Runtime.Register("getTransformationType", "()I", "GetGetTransformationTypeHandler")] get; [Android.Runtime.Register("setTransformationType", "(I)V", "GetSetTransformationType_IHandler")] set; }
[<get: Android.Runtime.Register("getTransformationType", "()I", "GetGetTransformationTypeHandler")>]
[<set: Android.Runtime.Register("setTransformationType", "(I)V", "GetSetTransformationType_IHandler")>]
member this.TransformationType : Android.Views.Animations.TransformationTypes with get, set

Property Value

#TYPE_ALPHA, #TYPE_MATRIX, #TYPE_BOTH or #TYPE_IDENTITY.

Attributes

Remarks

Property getter documentation:

Indicates the nature of this transformation.

Java documentation for android.view.animation.Transformation.getTransformationType().

Property setter documentation:

Sets the transformation type.

Java documentation for android.view.animation.Transformation.setTransformationType(int).

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.

Applies to