Accusoft.NotateXpress13.Net
Visible Property (Element)




Gets and sets whether the element is visible.
Syntax
'Declaration
 
Public Property Visible As Boolean
'Usage
 
Dim instance As Element
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

A boolean value which is true if the element is visible. Otherwise, false is returned.
Remarks
The default value is true.
See Also

Reference

Element Class
Element Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback