TextFormattingRunProperties::CultureInfoEmpty Property

 

Determines whether the culture info is empty.

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

public:
property bool CultureInfoEmpty {
	bool get();
}

Property Value

Type: System::Boolean

true if the culture info is empty, false otherwise.

Return to top
Show: