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