Share via


InputView.IFontElement.OnFontSizeChanged(Double, Double) 方法

定义

 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

参数

oldValue
Double
newValue
Double

实现

适用于