다음을 통해 공유


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 네임스페이스