Udostępnij za pośrednictwem


Block.GetIsHyphenationEnabled(DependencyObject) Metoda

Definicja

Zwraca wartość dołączonej IsHyphenationEnabled właściwości dla określonego obiektu zależności.

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

Obiekt zależności, z którego ma pobrać wartość IsHyphenationEnabled właściwości.

Zwraca

Boolean

Bieżąca wartość dołączonej IsHyphenationEnabled właściwości dla określonego obiektu zależności.

Wyjątki

element to null.

Dotyczy

Zobacz też