ComponentOne Word for WPF
C1.WPF.Word.4.5.2 Assembly / C1.WPF.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