Język

Block.SetIsHyphenationEnabled(DependencyObject, Boolean) Metoda

Definicja

Ustawia wartość dołączonej IsHyphenationEnabled właściwości na określonym obiekcie zależności.

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

Obiekt zależności, na którym należy ustawić wartość IsHyphenationEnabled właściwości.

value
Boolean

Nowa wartość, na która ma być ustawiona właściwość .

Wyjątki

Parametr element ma wartość null.

Dotyczy

Zobacz też