Font.BoldSystemFontOfSize メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
パラメーター
戻り値
要求された太字の Font。
- 属性
-
System.ComponentModel.EditorBrowsableAttribute System.ObsoleteAttribute