IFontElement.OnFontChanged(Font, Font) Method

Definition

For internal use by the Xamarin.Forms platform.

public void OnFontChanged (Xamarin.Forms.Font oldValue, Xamarin.Forms.Font newValue);
abstract member 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.

Applies to