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




In This Topic
    Visible Property (ImGearARTMark)
    In This Topic
    Gets or sets a value indicating whether the mark's visibility state.
    Syntax
    'Declaration
     
    Public MustOverride Property Visible As Boolean
    'Usage
     
    Dim instance As ImGearARTMark
    Dim value As Boolean
     
    instance.Visible = value
     
    value = instance.Visible
    public abstract bool Visible {get; set;}
    public: __property abstract bool get_Visible();
    public: __property abstract void set_Visible( 
       bool value
    );
    public:
    abstract property bool Visible {
       bool get();
       void set (    bool value);
    }

    Property Value

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