Sdílet prostřednictvím


Block.GetIsHyphenationEnabled(DependencyObject) Metoda

Definice

Vrátí hodnotu IsHyphenationEnabled připojené vlastnosti pro zadaný objekt závislosti.

public:
 static bool GetIsHyphenationEnabled(System::Windows::DependencyObject ^ element);
public static bool GetIsHyphenationEnabled (System.Windows.DependencyObject element);
static member GetIsHyphenationEnabled : System.Windows.DependencyObject -> bool
Public Shared Function GetIsHyphenationEnabled (element As DependencyObject) As Boolean

Parametry

element
DependencyObject

Objekt závislosti, ze kterého chcete načíst hodnotu IsHyphenationEnabled vlastnosti.

Návraty

Aktuální hodnota IsHyphenationEnabled připojené vlastnosti u zadaného objektu závislosti.

Výjimky

element je null.

Platí pro

Viz také