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

주소 텍스트가 StreetsideExperience에 표시되면 true이고, 그렇지 않으면 false입니다.

적용 대상