StreetsideExperience.StreetLabelsVisible Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that indicates if street labels are visible in the StreetsideExperience.
public:
property bool StreetLabelsVisible { bool get(); void set(bool value); };
bool StreetLabelsVisible();
void StreetLabelsVisible(bool value);
public bool StreetLabelsVisible { get; set; }
var boolean = streetsideExperience.streetLabelsVisible;
streetsideExperience.streetLabelsVisible = boolean;
Public Property StreetLabelsVisible As Boolean
Property Value
Boolean
bool
true if street labels are visible in the StreetsideExperience; otherwise, false.