SystemFonts.StatusFontStyle 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取规格,它确定非最小化窗口的非工作区的状态栏和工具提示中所用文本的字体样式。
public:
static property System::Windows::FontStyle StatusFontStyle { System::Windows::FontStyle get(); };
public static System.Windows.FontStyle StatusFontStyle { get; }
static member StatusFontStyle : System.Windows.FontStyle
Public Shared ReadOnly Property StatusFontStyle As FontStyle
属性值
字体样式。
注解
从SPI_GETNONCLIENTMETRICS获取指标。 有关详细信息,请参阅 SystemParametersInfo。
XAML 属性用法
<
object property=“{ SystemFonts.StatusFontStyle}
”/>