TextFormattingRunProperties::SetCultureInfo Method (CultureInfo^)

 

Gets a new TextFormattingRunProperties with the properties of this one but with the culture set to the specified culture information.

Namespace:   Microsoft.VisualStudio.Text.Formatting
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

public:
TextFormattingRunProperties^ SetCultureInfo(
	CultureInfo^ cultureInfo
)

Parameters

cultureInfo
Type: System.Globalization::CultureInfo^

The new culture information.

Return to top
Show: