Entry.IFontElement.OnFontChanged(Font, Font) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.