ClassificationFormatDefinition.FontRenderingSize 属性

获取或设置分类格式的字体呈现大小。

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

语法

声明
Public Property FontRenderingSize As Nullable(Of Double)
public Nullable<double> FontRenderingSize { get; protected set; }
public:
property Nullable<double> FontRenderingSize {
    Nullable<double> get ();
    protected: void set (Nullable<double> value);
}
member FontRenderingSize : Nullable<float> with get, set
function get FontRenderingSize () : Nullable<double>
protected function set FontRenderingSize (value : Nullable<double>)

属性值

类型:Nullable<Double>
呈现大小。

.NET Framework 安全性

请参阅

参考

ClassificationFormatDefinition 类

Microsoft.VisualStudio.Text.Classification 命名空间