IViewerToggleNavbarVisible Method |
Toggles the visibility of the navbar in the PanoramaViewer.
Namespace:
StreetSmart.WinForms.Interfaces
Assembly:
StreetSmart.WinForms (in StreetSmart.WinForms.dll) Version: 18.3.0.0 (18.3.0.0)
Syntaxvoid ToggleNavbarVisible(
bool visible
)
Sub ToggleNavbarVisible (
visible As Boolean
)
void ToggleNavbarVisible(
bool visible
)
abstract ToggleNavbarVisible :
visible : bool -> unit
Parameters
- visible
- Type: SystemBoolean
Sets visibility to this value.
See Also