Share via


Typography.SetStandardSwashes(DependencyObject, Int32) 方法

定义

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

public:
 static void SetStandardSwashes(DependencyObject ^ element, int value);
 static void SetStandardSwashes(DependencyObject const& element, int const& value);
public static void SetStandardSwashes(DependencyObject element, int value);
function setStandardSwashes(element, value)
Public Shared Sub SetStandardSwashes (element As DependencyObject, value As Integer)

参数

element
DependencyObject

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

value
Int32

int

要将此属性设为的新值。

适用于

另请参阅