Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ShapeBase Class / Hidden Property

In This Topic
    Hidden Property (ShapeBase)
    In This Topic
    Gets or sets a value indicating whether this shape is hidden (i.e. present in the document but not visible).

    Note that an application can have settings that allow this object to be viewed.

    Syntax
    'Declaration
     
    Public Overridable Property Hidden As System.Boolean
    public virtual System.bool Hidden {get; set;}
    See Also