ImageGear .NET - Updated
Visible Property (ImGearARTPolygon)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTPolygon Class : Visible Property
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 ImGearARTPolygon
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

Reference

ImGearARTPolygon Class
ImGearARTPolygon Members