ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word.Objects Namespace / RtfStyle Class / Culture Property

In This Topic
    Culture Property (RtfStyle)
    In This Topic
    Gets or sets culture information (language) for this string.
    Syntax
    'Declaration
     
    Public Property Culture As System.Globalization.CultureInfo
    public System.Globalization.CultureInfo Culture {get; set;}

    Property Value

    The culture information.
    See Also