Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IKeyboardInsetsService.cs
1using System;
2
4{
8 public interface IKeyboardInsetsService
9 {
13 event EventHandler<KeyboardInsetChangedEventArgs> KeyboardInsetChanged;
14
18 double KeyboardHeight { get; }
19
23 bool IsKeyboardVisible { get; }
24 }
25}
Provides normalized keyboard inset information for UI components.
EventHandler< KeyboardInsetChangedEventArgs > KeyboardInsetChanged
Raised when the keyboard inset changes.
bool IsKeyboardVisible
Gets a value indicating whether the software keyboard is currently visible.
double KeyboardHeight
Gets the current keyboard height in device-independent units.