Click or drag to resize

IPanoramaViewerOptions Interface

Options to initialize the panorama viewer with

Namespace:  StreetSmart.WinForms.Interfaces
Assembly:  StreetSmart.WinForms (in StreetSmart.WinForms.dll) Version: 18.3.0.0 (18.3.0.0)
Syntax
public interface IPanoramaViewerOptions : IBaseViewerOptions

The IPanoramaViewerOptions type exposes the following members.

Properties
  NameDescription
Public propertyClosable
Whether the viewer window should be closable.
(Inherited from IBaseViewerOptions.)
Public propertyMaximizable
Whether the viewer window should be maximizable.
(Inherited from IBaseViewerOptions.)
Public propertyNavbarVisible
If navbar is enabled
(Inherited from IBaseViewerOptions.)
Public propertyRecordingsVisible
If recordings should be visible
Public propertyReplace
Whether the panorama viewer window should be replace.
Public propertyTimeTravelVisible
If time travel is enabled
(Inherited from IBaseViewerOptions.)
Top
See Also