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

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

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

public static void SetCapitalSpacing(
	DependencyObject element,
	bool value
)

Parameters

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

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft