ElementExtensions.Bold<TFontElement>(TFontElement) 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.
public static TFontElement Bold<TFontElement> (this TFontElement fontElement) where TFontElement : Xamarin.Forms.Element, Xamarin.Forms.Internals.IFontElement;
static member Bold : 'FontElement -> 'FontElement (requires 'FontElement :> Xamarin.Forms.Element and 'FontElement :> Xamarin.Forms.Internals.IFontElement)
Type Parameters
- TFontElement
Parameters
- fontElement
- TFontElement
Returns
TFontElement