InputView.IFontElement.OnFontAutoScalingEnabledChanged メソッド

定義

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

パラメーター

oldValue
Boolean
newValue
Boolean

実装

適用対象