Share via


Label.FontFamily 属性

定义

获取或设置标签的字体所属的字体系列。

public string FontFamily { get; set; }
member this.FontFamily : string with get, set

属性值

System.String

字体系列,或 null 表示平台默认字体系列。

注解

字体系列可以引用系统字体或 自定义字体

适用于