Click or drag to resize

WindowOptionsMinWidth Property

The MinWidth property represents the minimum width of a window.

Default: 0

Namespace:  Openfin.Desktop
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public int MinWidth { get; set; }

Property Value

Type: Int32
The MinWidth property gets/sets the value of the underlying JObject field, "minWidth".
See Also