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 附加属性的当前值(位于指定的依赖对象上)。

属性

适用于

另请参阅