Поделиться через


StreetsideExperience.AddressTextVisible Свойство

Определение

Возвращает или задает значение, указывающее, отображается ли текст адреса в 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

Значение свойства

Boolean

bool

Значение true , если текст адреса отображается в StreetsideExperience; в противном случае — false.

Применяется к