Click or drag to resize

IBaseViewerOptions Interface

Options to initialize the 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 IBaseViewerOptions

The IBaseViewerOptions type exposes the following members.

Properties
  NameDescription
Public propertyClosable
Whether the viewer window should be closable.
Public propertyMaximizable
Whether the viewer window should be maximizable.
Public propertyNavbarVisible
If navbar is enabled
Public propertyTimeTravelVisible
If time travel is enabled
Top
See Also