TextFormattingRunProperties.CultureInfoEmpty Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether the culture info is empty.
public:
property bool CultureInfoEmpty { bool get(); };
public:
property bool CultureInfoEmpty { bool get(); };
public bool CultureInfoEmpty { get; }
member this.CultureInfoEmpty : bool
Public ReadOnly Property CultureInfoEmpty As Boolean
Property Value
true
if the culture info is empty, false
otherwise.