Visible Property (Annotation)
In This Topic
Determines whether the annotation is visible for purposes of on-screen display and user interaction.
The annotation may be printed (depending on the value of the Printable property).
Syntax
'Declaration
<DescriptionAttribute("Determines whether the annotation is visible for purposes of on-screen display and user interaction")>
Public Property Visible As Boolean
[Description("Determines whether the annotation is visible for purposes of on-screen display and user interaction")]
public bool Visible {get; set;}
public read-write property Visible: Boolean;
DescriptionAttribute("Determines whether the annotation is visible for purposes of on-screen display and user interaction")
public function get,set Visible : boolean
[Description("Determines whether the annotation is visible for purposes of on-screen display and user interaction")]
public: __property bool get_Visible();
public: __property void set_Visible(
bool value
);
[Description("Determines whether the annotation is visible for purposes of on-screen display and user interaction")]
public:
property bool Visible {
bool get();
void set ( bool value);
}
See Also