Click or drag to resize

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; }

Property Value

Type: Boolean
Flag showing whether the gadget is visible.

Implements

IGadgetVisible
See Also