Click or drag to resize

WindowOptionsResizeRegionBottomRightCorner Property

The ResizeRegionBottomRightCorner property defines an additional square region located at the bottom right corner of a frameless window.

Default: 4

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

Property Value

Type: Int32
The ResizeRegionBottomRightCorner property gets/sets the value of the underlying JObject field, "resizeRegion.bottomRightCorner".
See Also