ClassificationFormatDefinition.FontTypeface 属性

获取或设置分类格式的 Typeface

命名空间:  Microsoft.VisualStudio.Text.Classification
程序集:  Microsoft.VisualStudio.Text.UI.Wpf(在 Microsoft.VisualStudio.Text.UI.Wpf.dll 中)

语法

声明
Public Property FontTypeface As Typeface
public Typeface FontTypeface { get; protected set; }
public:
property Typeface^ FontTypeface {
    Typeface^ get ();
    protected: void set (Typeface^ value);
}
member FontTypeface : Typeface with get, set
function get FontTypeface () : Typeface 
protected function set FontTypeface (value : Typeface)

属性值

类型:Typeface
字样。

备注

某些值 (粗体,斜体) 在此字样只能由具有较高优先级的其他格式定义将重写。

.NET Framework 安全性

请参阅

参考

ClassificationFormatDefinition 类

Microsoft.VisualStudio.Text.Classification 命名空间