ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorLayer Class / Hidden Property




In This Topic
    Hidden Property
    In This Topic
    Gets or sets the value that defines either layer is visible or no.
    Syntax
    'Declaration
     
    Public Property Hidden As Boolean
    'Usage
     
    Dim instance As ImGearVectorLayer
    Dim value As Boolean
     
    instance.Hidden = value
     
    value = instance.Hidden
    public bool Hidden {get; set;}
    public: __property bool get_Hidden();
    public: __property void set_Hidden( 
       bool value
    );
    public:
    property bool Hidden {
       bool get();
       void set (    bool value);
    }
    See Also