UIInputView.InputViewStyle 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.
The blur and tint effects to apply.
public virtual UIKit.UIInputViewStyle InputViewStyle { [Foundation.Export("inputViewStyle")] get; }
member this.InputViewStyle : UIKit.UIInputViewStyle
Property Value
Default applies blur, but not tint.
- Attributes
Remarks
Custom input views should use Default for views that are laid on top of the keyboard but should not appear to be part of the keyboard. Keyboard applies both blur and tinting effects to mimic the keyboard background and should be used to extend or replace the keyboard.