Share via


Typography.SetStandardLigatures(DependencyObject, Boolean) 方法

定义

设置指定依赖对象的 StandardLigatures 附加属性的值。

public:
 static void SetStandardLigatures(DependencyObject ^ element, bool value);
 static void SetStandardLigatures(DependencyObject const& element, bool const& value);
public static void SetStandardLigatures(DependencyObject element, bool value);
function setStandardLigatures(element, value)
Public Shared Sub SetStandardLigatures (element As DependencyObject, value As Boolean)

参数

element
DependencyObject

要为其设置 StandardLigatures 属性值的依赖对象。

value
Boolean

bool

要将此属性设为的新值。

适用于

另请参阅