SetFraction Method
TOC
Collapse the table of content
Expand the table of content

Typography.SetFraction 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 Fraction attached property for a specified dependency object.

Namespace:  System.Windows.Documents
Assembly:  System.Windows (in System.Windows.dll)

'Declaration
Public Shared Sub SetFraction ( _
	element As DependencyObject, _
	value As FontFraction _
)

Parameters

element
Type: System.Windows.DependencyObject
The dependency object for which to set the value of the Fraction property.
value
Type: System.Windows.FontFraction
The new value to set the property to.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft