Compartilhar via


MapControl.TransitFeaturesVisible Propriedade

Definição

Obtém ou define um valor que indica se os recursos de trânsito são exibidos no 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 da propriedade

Boolean

bool

true se os recursos de trânsito forem exibidos no mapa; caso contrário, false.

Aplica-se a