MapControl.TransitFeaturesVisible 属性

定义

获取或设置一个值,该值指示是否在地图上显示传输特征。

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

属性值

Boolean

bool

如果地图上显示交通特征,则为 true;否则为 false

适用于