Block.GetIsHyphenationEnabled(DependencyObject) Method

Definition

Returns the value of the IsHyphenationEnabled attached property for a specified dependency object.

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

Parameters

element
DependencyObject

The dependency object from which to retrieve the value of the IsHyphenationEnabled property.

Returns

The current value of the IsHyphenationEnabled attached property on the specified dependency object.

Exceptions

element is null.

Applies to

See also