TextRunProperties::CultureInfo Property

 

Gets the culture information for the text run.

Namespace:   System.Windows.Media.TextFormatting
Assembly:  PresentationCore (in PresentationCore.dll)

public:
property CultureInfo^ CultureInfo {
	virtual CultureInfo^ get() abstract;
}

Property Value

Type: System.Globalization::CultureInfo^

A value of CultureInfo that represents the culture of the text run.

.NET Framework
Available since 3.0
Return to top
Show: