Typography.GetEastAsianWidths(DependencyObject) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回指定依赖对象的 EastAsianWidths 附加属性的值。
public:
static FontEastAsianWidths GetEastAsianWidths(DependencyObject ^ element);
static FontEastAsianWidths GetEastAsianWidths(DependencyObject const& element);
public static FontEastAsianWidths GetEastAsianWidths(DependencyObject element);
function getEastAsianWidths(element)
Public Shared Function GetEastAsianWidths (element As DependencyObject) As FontEastAsianWidths
参数
- element
- DependencyObject
要为其检索 EastAsianWidths 属性值的依赖对象。
返回
指定依赖对象上的 EastAsianWidths 附加属性的当前值。