PlatformWindowOptionsResizeRegionBottomRightCorner Property |
The ResizeRegionBottomRightCorner property defines an additional square
region located at the bottom right corner of a frameless window.
Default: 4
Namespace:
Openfin.Desktop.PlatformAPI
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.5.1
Syntax 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