Block.SetIsHyphenationEnabled(DependencyObject, Boolean) Método

Definición

Establece el valor de la propiedad adjunta IsHyphenationEnabled de un objeto de dependencia especificado.

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)

Parámetros

element
DependencyObject

Objeto de dependencia en el que se establecerá el valor de la propiedad IsHyphenationEnabled.

value
Boolean

Nuevo valor en el que se va a establecer la propiedad.

Excepciones

element es null.

Se aplica a

Consulte también