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