Typography.GetHistoricalForms Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Returns the value of the HistoricalForms attached property for a specified dependency object.
Assembly: System.Windows (in System.Windows.dll)
'Declaration Public Shared Function GetHistoricalForms ( _ element As DependencyObject _ ) As Boolean
Parameters
- element
- Type: System.Windows.DependencyObject
The dependency object for which to retrieve the value of the HistoricalForms property.
Return Value
Type: System.BooleanThe current value of the HistoricalForms attached property on the specified dependency object.
Show: