PlatformWindowOptionsMinWidth Property |
The MinWidth property represents the minimum width of a window.
Default: 0
Namespace:
Openfin.Desktop.PlatformAPI
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.6.0
Syntax public int MinWidth { get; set; }
Property Value
Type:
Int32
The MinWidth property gets/sets the value of the
underlying JObject field, "minWidth".
See Also