ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word.Objects Namespace / RtfString Class / Text Property

In This Topic
    Text Property
    In This Topic
    Gets or sets the text for this string.
    Syntax
    'Declaration
     
    Public Property Text As String
    public string Text {get; set;}

    Property Value

    The text string.
    See Also