Typography.SetCapitals(DependencyObject, FontCapitals) メソッド

定義

指定した依存関係オブジェクトの Capitals 添付プロパティの値を設定します。

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

パラメーター

element
DependencyObject

Capitals プロパティの値の設定対象になる依存関係オブジェクト。

value
FontCapitals

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

例外

elementnull の場合に発生します。

適用対象

こちらもご覧ください