BiometricPromptStyleSpec(Color, Int32, Int32, Int32) Constructor
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.
[Android.Runtime.Register(".ctor", "(IIII)V", "", ApiSince=37)]
public BiometricPromptStyleSpec(Android.Graphics.Color backgroundColor, int width, int height, int cornerRadius);
[<Android.Runtime.Register(".ctor", "(IIII)V", "", ApiSince=37)>]
new Android.Hardware.Biometrics.BiometricPromptStyleSpec : Android.Graphics.Color * int * int * int -> Android.Hardware.Biometrics.BiometricPromptStyleSpec
Parameters
- backgroundColor
- Color
The background color for BiometricPrompt.
- width
- Int32
The total width of the prompt in pixels.
- height
- Int32
The total height of the prompt in pixels.
- cornerRadius
- Int32
The corner radius of the prompt in pixels.
- Attributes