InputView.IFontElement.OnFontSizeChanged(Double, Double) Method

Definition

 virtual void Microsoft.Maui.Controls.Internals.IFontElement.OnFontSizeChanged(double oldValue, double newValue) = Microsoft::Maui::Controls::Internals::IFontElement::OnFontSizeChanged;
void IFontElement.OnFontSizeChanged (double oldValue, double newValue);
abstract member Microsoft.Maui.Controls.Internals.IFontElement.OnFontSizeChanged : double * double -> unit
override this.Microsoft.Maui.Controls.Internals.IFontElement.OnFontSizeChanged : double * double -> unit
Sub OnFontSizeChanged (oldValue As Double, newValue As Double) Implements IFontElement.OnFontSizeChanged

Parameters

oldValue
Double
newValue
Double

Implements

Applies to