Typography.SetAnnotationAlternates Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Sets the value of the AnnotationAlternates attached property for a specified dependency object.
Assembly: System.Windows (in System.Windows.dll)
'Declaration Public Shared Sub SetAnnotationAlternates ( _ element As DependencyObject, _ value As Integer _ )
Parameters
- element
- Type: System.Windows.DependencyObject
The dependency object for which to set the value of the AnnotationAlternates property.
- value
- Type: System.Int32
The new value to set the property to.
Show: