Property CultureInfo
- Namespace
- SharpVectors.Converters
- Assembly
- SharpVectors.Converters.Wpf.dll
CultureInfo
Gets or sets the main culture information used for rendering texts.
public CultureInfo CultureInfo { get; set; }
Property Value
- CultureInfo
An instance of the CultureInfo specifying the main culture information for texts. The default is the English culture.
Remarks
This is the culture information passed to the FormattedText class instance for the text rendering.
The library does not currently provide any means of splitting texts into its multi-language parts.