Span.IFontElement.OnFontAttributesChanged Method

Definition

For internal use by the Xamarin.Forms platform.

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

Parameters

oldValue
FontAttributes

For internal use by the Xamarin.Forms platform.

newValue
FontAttributes

For internal use by the Xamarin.Forms platform.

Implements

Applies to