Table of Contents

Class DrawnUiBasePage

Namespace
DrawnUi.Views
Assembly
DrawnUi.Maui.dll

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

double

Methods

KeyboardResized(double)

public void KeyboardResized(double keyboardSize)

Parameters

keyboardSize double

OnKeyboardResized(double)

public virtual double OnKeyboardResized(double size)

Parameters

size double

Returns

double