SystemFonts.IconFontFamily 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从当前图标标题字体的逻辑字体信息获取字体系列。
public:
static property System::Windows::Media::FontFamily ^ IconFontFamily { System::Windows::Media::FontFamily ^ get(); };
public static System.Windows.Media.FontFamily IconFontFamily { get; }
static member IconFontFamily : System.Windows.Media.FontFamily
Public Shared ReadOnly Property IconFontFamily As FontFamily
属性值
字体系列。
注解
从SPI_GETICONTITLELOGFONT获取字体信息。 有关详细信息,请参阅 SystemParametersInfo。
XAML 属性用法
<
object property=“{ SystemFonts.IconFontFamily}
”/>