Sdílet prostřednictvím


Block.SetIsHyphenationEnabled(DependencyObject, Boolean) Metoda

Definice

Nastaví hodnotu IsHyphenationEnabled připojené vlastnosti u zadaného objektu závislosti.

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)

Parametry

element
DependencyObject

Objekt závislosti, na kterém chcete nastavit hodnotu IsHyphenationEnabled vlastnosti.

value
Boolean

Nová hodnota pro nastavení vlastnosti.

Výjimky

element je null.

Platí pro

Viz také