Click or drag to resize

IObliqueViewerOptions Interface

Options to initialize the oblique viewer with

Namespace:  StreetSmart.WinForms.Interfaces.Data
Assembly:  StreetSmart.WinForms (in StreetSmart.WinForms.dll) Version: 18.5.0.0 (18.5.0.0)
Syntax
public interface IObliqueViewerOptions : IBaseViewerOptions

The IObliqueViewerOptions 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 propertyTimeTravelVisible
If time travel is enabled
(Inherited from IBaseViewerOptions.)
Top
See Also