Share via


Typography.GetStandardLigatures(DependencyObject) 方法

定义

返回指定依赖对象的 StandardLigatures 附加属性的值。

public:
 static bool GetStandardLigatures(DependencyObject ^ element);
 static bool GetStandardLigatures(DependencyObject const& element);
public static bool GetStandardLigatures(DependencyObject element);
function getStandardLigatures(element)
Public Shared Function GetStandardLigatures (element As DependencyObject) As Boolean

参数

element
DependencyObject

要检索 其 StandardLigatures 属性值的依赖对象。

返回

Boolean

bool

指定依赖对象上的 StandardLigatures 附加属性的当前值。

适用于

另请参阅