MapElement.Visible Property

Definition

Gets or sets a value that indicates whether the MapElement is visible on the MapControl.

public:
 property bool Visible { bool get(); void set(bool value); };
bool Visible();

void Visible(bool value);
public bool Visible { get; set; }
var boolean = mapElement.visible;
mapElement.visible = boolean;
Public Property Visible As Boolean

Property Value

Boolean

bool

true if the MapElement is visible on the MapControl; otherwise, false.

Applies to