ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word.Canvas Namespace / DrawingShape Class / IsHidden Property

In This Topic
    IsHidden Property
    In This Topic
    Gets or sets true if drawing shape is hidden, otherwise false.
    Syntax
    'Declaration
     
    Public Property IsHidden As System.Boolean
    public System.bool IsHidden {get; set;}
    See Also