IOptionsMaxWindows Property |
Maximum number of panorama viewers that can be open at the same time
Namespace:
StreetSmart.WinForms.Interfaces
Assembly:
StreetSmart.WinForms (in StreetSmart.WinForms.dll) Version: 18.3.0.0 (18.3.0.0)
SyntaxNullable<int> MaxWindows { get; set; }
Property MaxWindows As Nullable(Of Integer)
Get
Set
property Nullable<int> MaxWindows {
Nullable<int> get ();
void set (Nullable<int> value);
}
abstract MaxWindows : Nullable<int> with get, set
Property Value
Type:
NullableInt32
See Also