MapControl.TransitFeaturesVisible Property

Definition

Gets or sets a value that indicates if transit features are displayed on the map.

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

void TransitFeaturesVisible(bool value);
public bool TransitFeaturesVisible { get; set; }
var boolean = mapControl.transitFeaturesVisible;
mapControl.transitFeaturesVisible = boolean;
Public Property TransitFeaturesVisible As Boolean

Property Value

Boolean

bool

true if transit features are displayed on the map; otherwise, false.

Applies to