次の方法で共有


Font.BoldSystemFontOfSize メソッド

定義

オーバーロード

BoldSystemFontOfSize(Double)
古い.

デバイスの要求されたサイズの既定の太字フォントを表すフォント インスタンスを返します。

BoldSystemFontOfSize(NamedSize)
古い.

デバイスの要求された NamedSize の既定の太字フォントを表すフォント インスタンスを返します。

BoldSystemFontOfSize(Double)

注意事項

BoldSystemFontOfSize is obsolete as of version 1.2.0. Please use SystemFontOfSize (double, FontAttributes) instead.

デバイスの要求されたサイズの既定の太字フォントを表すフォント インスタンスを返します。

[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

パラメーター

size
System.Double

目的のフォント サイズ。

戻り値

要求された太字の Font

属性
System.ComponentModel.EditorBrowsableAttribute System.ObsoleteAttribute

適用対象

BoldSystemFontOfSize(NamedSize)

注意事項

BoldSystemFontOfSize is obsolete as of version 1.2.0. Please use SystemFontOfSize (NamedSize, FontAttributes) instead.

デバイスの要求された NamedSize の既定の太字フォントを表すフォント インスタンスを返します。

[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

パラメーター

size
NamedSize

目的のフォントの NamedSize

戻り値

要求された太字の Font

属性
System.ComponentModel.EditorBrowsableAttribute System.ObsoleteAttribute

適用対象