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

プロパティの新しい設定値。

適用対象

こちらもご覧ください