取得裝飾項之 FontFamily 的資源索引鍵。
命名空間: Microsoft.Windows.Design.Interaction
組件: Microsoft.Windows.Design.Interaction (在 Microsoft.Windows.Design.Interaction.dll 中)
語法
'宣告
Public Shared ReadOnly Property FontFamilyKey As ResourceKey
Get
public static ResourceKey FontFamilyKey { get; }
public:
static property ResourceKey^ FontFamilyKey {
ResourceKey^ get ();
}
static member FontFamilyKey : ResourceKey
static function get FontFamilyKey () : ResourceKey
屬性值
型別:System.Windows.ResourceKey
AdornerResources 字典的 ResourceKey,表示 WPF 設計工具中的標準字型系列。
備註
您可以使用 ResourceKey,從 AdornerResources 字典擷取對應的 FontFamily。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。
請參閱
參考
Microsoft.Windows.Design.Interaction 命名空間
PrimarySelectionAdornerProvider