IEditorSettings.WordWrapEnabled プロパティ
v2 に適用されます。
右端での折り返しが有効になっているかどうかを取得または設定します。
名前空間: 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。