EmbeddedBiometricPrompt.NextTranslationOffset Property
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.
Gets the ending target layout translation offset in pixels (px) for the disappear (exit) animation.
public int NextTranslationOffset { [Android.Runtime.Register("getNextTranslationOffset", "()I", "", ApiSince=37)] get; [Android.Runtime.Register("setNextTranslationOffset", "(I)V", "", ApiSince=37)] set; }
[<get: Android.Runtime.Register("getNextTranslationOffset", "()I", "", ApiSince=37)>]
[<set: Android.Runtime.Register("setNextTranslationOffset", "(I)V", "", ApiSince=37)>]
member this.NextTranslationOffset : int with get, set
Property Value
The ending target translation offset in pixels (px).
- Attributes