Class DrawnUiBasePage
Actually used to: respond to keyboard resizing on mobile and keyboard key presses on Mac. Other than for that this is not needed at all.
public class DrawnUiBasePage : ContentPage, INotifyPropertyChanged, IVisualTreeElement, IEffectControlProvider, IToolTipElement, IContextFlyoutElement, IAnimatable, ILayout, IPageController, IVisualElementController, IElementController, IElementConfiguration<Page>, ISafeAreaView, ITitledElement, IToolbarElement, IContentView, IPadding, ICrossPlatformLayout, IHotReloadableView, IView, IElement, ITransform, IReplaceableView
- Inheritance
-
DrawnUiBasePage
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
DrawnUiBasePage()
public DrawnUiBasePage()
Properties
KeyboardSize
Will be set to the current keyboard size
public double KeyboardSize { get; set; }
Property Value
Methods
KeyboardResized(double)
public void KeyboardResized(double keyboardSize)
Parameters
keyboardSizedouble
OnKeyboardResized(double)
public virtual double OnKeyboardResized(double size)
Parameters
sizedouble