SetCulture(CultureInfo, Int32, Int32) Method
Sets or changes the culture for the text object.
Definition
Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public void SetCulture(
CultureInfo culture,
int startIndex,
int count
)
Public Sub SetCulture (
culture As CultureInfo,
startIndex As Integer,
count As Integer
)
member SetCulture :
culture : CultureInfo *
startIndex : int *
count : int -> unit
Parameters
- CultureInfo
- The new culture for the text object.
- Int32
- The start index of initial character to apply the change to.
- Int32
- The number of characters the change should be applied to.
See Also
Reference
FormattedText Class
SetCulture Overload
Avalonia.Media Namespace