Block.GetIsHyphenationEnabled(DependencyObject) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回指定依赖对象的附加属性的值 IsHyphenationEnabled 。
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
参数
- element
- DependencyObject
要从中检索属性值的 IsHyphenationEnabled 依赖对象。
返回
指定依赖对象的附加属性的 IsHyphenationEnabled 当前值。
例外
element 是 null。