TextRun._CultureInfo 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.
Gets the culture information of the specified text.
public:
property System::Globalization::CultureInfo ^ _CultureInfo { System::Globalization::CultureInfo ^ get(); };
[System.Xml.Serialization.XmlIgnore]
public System.Globalization.CultureInfo _CultureInfo { get; }
[<System.Xml.Serialization.XmlIgnore>]
member this._CultureInfo : System.Globalization.CultureInfo
Public ReadOnly Property _CultureInfo As CultureInfo
Property Value
A CultureInfo object.
- Attributes