Button.IFontElement.OnFontChanged(Font, Font) Method

Definition

For internal use by the Xamarin.Forms platform.

void IFontElement.OnFontChanged (Xamarin.Forms.Font oldValue, Xamarin.Forms.Font newValue);
abstract member Xamarin.Forms.Internals.IFontElement.OnFontChanged : Xamarin.Forms.Font * Xamarin.Forms.Font -> unit
override this.Xamarin.Forms.Internals.IFontElement.OnFontChanged : Xamarin.Forms.Font * Xamarin.Forms.Font -> unit

Parameters

oldValue
Font

For internal use by the Xamarin.Forms platform.

newValue
Font

For internal use by the Xamarin.Forms platform.

Implements

Applies to