Typography.SetStylisticSet19 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 StylisticSet19 attached property for a specified dependency object.
Assembly: System.Windows (in System.Windows.dll)
'Declaration Public Shared Sub SetStylisticSet19 ( _ element As DependencyObject, _ value As Boolean _ )
Parameters
- element
- Type: System.Windows.DependencyObject
The dependency object for which to set the value of the StylisticSet19 property.
- value
- Type: System.Boolean
The new value to set the property to.
Show: