Typography.SetContextualLigatures(DependencyObject, Boolean) 方法

定义

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

public:
 static void SetContextualLigatures(System::Windows::DependencyObject ^ element, bool value);
public static void SetContextualLigatures(System.Windows.DependencyObject element, bool value);
static member SetContextualLigatures : System.Windows.DependencyObject * bool -> unit
Public Shared Sub SetContextualLigatures (element As DependencyObject, value As Boolean)

参数

element
DependencyObject

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

value
Boolean

要将属性设置为的新值。

例外

elementnull..

适用于

另请参阅