Typography.GetVariants(DependencyObject) メソッド

定義

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

public:
 static System::Windows::FontVariants GetVariants(System::Windows::DependencyObject ^ element);
[System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))]
public static System.Windows.FontVariants GetVariants (System.Windows.DependencyObject element);
[<System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))>]
static member GetVariants : System.Windows.DependencyObject -> System.Windows.FontVariants
Public Shared Function GetVariants (element As DependencyObject) As FontVariants

パラメーター

element
DependencyObject

Variants プロパティの値の取得対象となる依存関係オブジェクト。

戻り値

FontVariants

指定した依存関係オブジェクトの Variants 添付プロパティの現在値。

属性

適用対象

こちらもご覧ください