ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word.Canvas Namespace / DrawingShape Class / IsHidden Property

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