Block.SetIsHyphenationEnabled(DependencyObject, Boolean) Método

Definición

Establece el valor de la IsHyphenationEnabled propiedad adjunta en 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 va a establecer el valor de la IsHyphenationEnabled propiedad.

value
Boolean

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

Excepciones

element es null.

Se aplica a

Consulte también