Expand Minimize
This topic has not yet been rated - Rate this topic

Typography.SetCaseSensitiveForms Method

Sets the value of the CaseSensitiveForms attached property for a specified dependency object.

Namespace:  System.Windows.Documents
Assembly:  System.Windows (in System.Windows.dll)
public static void SetCaseSensitiveForms(
	DependencyObject element,
	bool value
)

Parameters

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

Silverlight

Supported in: 5

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.