PlatformWindowOptionsResizeRegionSize Property |
The ResizeRegionSize property defines a region
in pixels that will respond to user mouse interaction for resizing a frameless window
Default: 2
Namespace:
Openfin.Desktop.PlatformAPI
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.6.0
Syntax public int ResizeRegionSize { get; set; }
Property Value
Type:
Int32
The ResizeRegionSize property gets/sets the value of the
underlying JObject field, "resizeRegion.size".
See Also