WindowOptionsMaxWidth Property |
The MaxWidth property represents the maximum width of a window.
Will default to the OS defined value if set to -1.
Default: -1
Namespace:
Openfin.Desktop
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.5.1
Syntax public int MaxWidth { get; set; }
Property Value
Type:
Int32
The MaxWidth property gets/sets the value of the
underlying JObject field, "maxWidth".
See Also