Block.SetIsHyphenationEnabled(DependencyObject, Boolean) 메서드

정의

지정된 종속성 개체에 IsHyphenationEnabled 연결된 속성의 값을 설정합니다.

public:
 static void SetIsHyphenationEnabled(System::Windows::DependencyObject ^ element, bool value);
public static void SetIsHyphenationEnabled(System.Windows.DependencyObject element, bool value);
static member SetIsHyphenationEnabled : System.Windows.DependencyObject * bool -> unit
Public Shared Sub SetIsHyphenationEnabled (element As DependencyObject, value As Boolean)

매개 변수

element
DependencyObject

속성 값을 설정할 종속성 개체입니다 IsHyphenationEnabled .

value
Boolean

속성을 설정할 새 값입니다.

예외

elementnull입니다.

적용 대상

추가 정보