Typography.GetHistoricalForms(DependencyObject) 方法

定义

返回指定依赖对象的附加属性的值 HistoricalForms

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

参数

element
DependencyObject

要为其检索属性值的 HistoricalForms 依赖项对象。

返回

指定依赖对象的附加属性的 HistoricalForms 当前值。

属性

适用于

另请参阅