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