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




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

    Property Value

    Boolean value.
    See Also