IEditorSettings.WordWrapEnabled 屬性

適用於版本2

取得或設定是否啟用自動換行。

命名空間:  Microsoft.WebMatrix.Extensibility.Editor
組件:  Microsoft.WebMatrix.Extensibility (在 Microsoft.WebMatrix.Extensibility.dll 中)

語法

'宣告
Property WordWrapEnabled As Boolean 
    Get 
    Set
'用途
Dim instance As IEditorSettings 
Dim value As Boolean 

value = instance.WordWrapEnabled

instance.WordWrapEnabled = value
bool WordWrapEnabled { get; set; }
property bool WordWrapEnabled {
    bool get ();
    void set (bool value);
}
abstract WordWrapEnabled : bool with get, set
function get WordWrapEnabled () : boolean 
function set WordWrapEnabled (value : boolean)

屬性值

型別:System.Boolean
如果啟用自動換行,則為 true,否則為 false。

請參閱

參考

IEditorSettings 介面

Microsoft.WebMatrix.Extensibility.Editor 命名空間