ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTGroup Class / Visible Property




In This Topic
    Visible Property (ImGearARTGroup)
    In This Topic
    Gets or sets a value indicating whether the group is visible.
    Syntax
    'Declaration
     
    Public Property Visible As Boolean
    'Usage
     
    Dim instance As ImGearARTGroup
    Dim value As Boolean
     
    instance.Visible = value
     
    value = instance.Visible
    public bool Visible {get; set;}
    public: __property bool get_Visible();
    public: __property void set_Visible( 
       bool value
    );
    public:
    property bool Visible {
       bool get();
       void set (    bool value);
    }

    Property Value

    Boolean value.
    Remarks
    The default value is true.
    See Also