Typography.GetStylisticSet14(DependencyObject) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回指定的依赖对象的 StylisticSet14 附加属性值。
public:
static bool GetStylisticSet14(System::Windows::DependencyObject ^ element);
[System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))]
public static bool GetStylisticSet14 (System.Windows.DependencyObject element);
[<System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))>]
static member GetStylisticSet14 : System.Windows.DependencyObject -> bool
Public Shared Function GetStylisticSet14 (element As DependencyObject) As Boolean
参数
- element
- DependencyObject
要为其检索 StylisticSet14 属性值的依赖对象。
返回
StylisticSet14 附加属性的当前值(位于指定的依赖对象上)。
- 属性