共用方式為


AdornerFonts.FontFamily 屬性

會取得目前項目的 FontFamily

命名空間:  Microsoft.Windows.Design.Interaction
組件:  Microsoft.Windows.Design.Interaction (在 Microsoft.Windows.Design.Interaction.dll 中)

語法

'宣告
Public Shared ReadOnly Property FontFamily As FontFamily
    Get
public static FontFamily FontFamily { get; }
public:
static property FontFamily^ FontFamily {
    FontFamily^ get ();
}
static member FontFamily : FontFamily
static function get FontFamily () : FontFamily

屬性值

型別:System.Windows.Media.FontFamily
FontFamily ,表示 WPF 設計工具中的標準字型系列。

.NET Framework 安全性

請參閱

參考

AdornerFonts 類別

Microsoft.Windows.Design.Interaction 命名空間

AdornerPanel

AdornerColors

AdornerResources

PrimarySelectionAdornerProvider

其他資源

逐步解說:建立設計階段裝飾項

逐步解說:在控制項中實作滑軌

逐步解說:在設計階段偵錯 WPF 自訂控制項

裝飾項架構