MapControl.TransitFeaturesVisible Propiedad

Definición

Obtiene o establece un valor que indica si las características de tránsito se muestran en el mapa.

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

Valor de propiedad

Boolean

bool

true si las características de tránsito se muestran en el mapa; de lo contrario, false.

Se aplica a