Typography.GetStylisticSet16(DependencyObject) メソッド

定義

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

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

パラメーター

element
DependencyObject

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

戻り値

Boolean

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

属性

適用対象

こちらもご覧ください