SearchBar.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

実装

適用対象