ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorView Class / DisplayHiddenLayers Property




In This Topic
    DisplayHiddenLayers Property
    In This Topic
    Gets or sets a value indicating whether to display the layers that are marked as hidden.
    Syntax
    'Declaration
     
    Public Property DisplayHiddenLayers As Boolean
    'Usage
     
    Dim instance As ImGearVectorView
    Dim value As Boolean
     
    instance.DisplayHiddenLayers = value
     
    value = instance.DisplayHiddenLayers
    public bool DisplayHiddenLayers {get; set;}
    public: __property bool get_DisplayHiddenLayers();
    public: __property void set_DisplayHiddenLayers( 
       bool value
    );
    public:
    property bool DisplayHiddenLayers {
       bool get();
       void set (    bool value);
    }

    Property Value

    Boolean value.
    Remarks
    If the hidden layer is attached to the entity and this property is set to false, then the entity is not displayed. The default value is false.
    See Also