TextRunProperties.CultureInfo Property

Definition

Gets the culture information for the text run.

public:
 abstract property System::Globalization::CultureInfo ^ CultureInfo { System::Globalization::CultureInfo ^ get(); };
public abstract System.Globalization.CultureInfo CultureInfo { get; }
member this.CultureInfo : System.Globalization.CultureInfo
Public MustOverride ReadOnly Property CultureInfo As CultureInfo

Property Value

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

Applies to