Gets or sets a value indicating whether the gadget is to be displayed or hidden.
Namespace:
Ptv.XServer.Controls.Map.Gadgets
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax bool Visible { get; set; }
Property Visible As Boolean
Get
Set
property bool Visible {
bool get ();
void set (bool value);
}
abstract Visible : bool with get, set
Property Value
Type:
Boolean Flag showing whether the gadget is visible.
See Also