StreetsideExperience.AddressTextVisible Property

Definition

Gets or sets a value that indicates if address text is visible in the StreetsideExperience.

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

void AddressTextVisible(bool value);
public bool AddressTextVisible { get; set; }
var boolean = streetsideExperience.addressTextVisible;
streetsideExperience.addressTextVisible = boolean;
Public Property AddressTextVisible As Boolean

Property Value

Boolean

bool

true if address text is visible in the StreetsideExperience; otherwise, false.

Applies to