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