Font.BoldSystemFontOfSize 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.
Overloads
BoldSystemFontOfSize(Double) |
Obsolete.
Returns a font instance that represents the default bold font, in the requested size, for the device. |
BoldSystemFontOfSize(NamedSize) |
Obsolete.
Returns an usable font instance representing the default bold font, in the requested NamedSize, for the device. |
BoldSystemFontOfSize(Double)
Caution
BoldSystemFontOfSize is obsolete as of version 1.2.0. Please use SystemFontOfSize (double, FontAttributes) instead.
Returns a font instance that represents the default bold font, in the requested size, for the device.
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.Obsolete("BoldSystemFontOfSize is obsolete as of version 1.2.0. Please use SystemFontOfSize (double, FontAttributes) instead.")]
public static Xamarin.Forms.Font BoldSystemFontOfSize (double size);
static member BoldSystemFontOfSize : double -> Xamarin.Forms.Font
Parameters
- size
- System.Double
The desired font size.
Returns
The requested bold Font.
- Attributes
-
System.ComponentModel.EditorBrowsableAttribute System.ObsoleteAttribute
Applies to
BoldSystemFontOfSize(NamedSize)
Caution
BoldSystemFontOfSize is obsolete as of version 1.2.0. Please use SystemFontOfSize (NamedSize, FontAttributes) instead.
Returns an usable font instance representing the default bold font, in the requested NamedSize, for the device.
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.Obsolete("BoldSystemFontOfSize is obsolete as of version 1.2.0. Please use SystemFontOfSize (NamedSize, FontAttributes) instead.")]
public static Xamarin.Forms.Font BoldSystemFontOfSize (Xamarin.Forms.NamedSize size);
static member BoldSystemFontOfSize : Xamarin.Forms.NamedSize -> Xamarin.Forms.Font
Parameters
Returns
The requested bold Font.
- Attributes
-
System.ComponentModel.EditorBrowsableAttribute System.ObsoleteAttribute