共用方式為


TextFormattingRunProperties.TypefaceEmpty 屬性

判斷字樣是否空白。

命名空間:  Microsoft.VisualStudio.Text.Formatting
組件:  Microsoft.VisualStudio.Text.UI.Wpf (在 Microsoft.VisualStudio.Text.UI.Wpf.dll 中)

語法

'宣告
Public ReadOnly Property TypefaceEmpty As Boolean
public bool TypefaceEmpty { get; }
public:
property bool TypefaceEmpty {
    bool get ();
}
member TypefaceEmpty : bool with get
function get TypefaceEmpty () : boolean

屬性值

類型:Boolean
如果字樣空白則為 true,否則為 false。

.NET Framework 安全性

請參閱

參考

TextFormattingRunProperties 類別

Microsoft.VisualStudio.Text.Formatting 命名空間