SystemFonts.CaptionFontFamily 屬性

定義

取得度量資訊,此度量資訊會決定非最小化視窗中非工作區的標題字型系列。

public:
 static property System::Windows::Media::FontFamily ^ CaptionFontFamily { System::Windows::Media::FontFamily ^ get(); };
public static System.Windows.Media.FontFamily CaptionFontFamily { get; }
member this.CaptionFontFamily : System.Windows.Media.FontFamily
Public Shared ReadOnly Property CaptionFontFamily As FontFamily

屬性值

FontFamily

字型系列。

備註

從SPI_GETNONCLIENTMETRICS取得計量。 如需詳細資訊,請參閱 SystemParametersInfo

XAML Attribute Usage

<object property=「{ SystemFonts.CaptionFontFamily } 」/>

適用於