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

In This Topic
    IsInvisible Property
    In This Topic
    Gets or sets invisible for this string.
    Syntax
    'Declaration
     
    Public Property IsInvisible As Boolean
    public bool IsInvisible {get; set;}

    Property Value

    true if invisible of the text, otherwise false.
    See Also