Click or drag to resize

PlatformWindowOptionsCornerRoundingHeight Property

The CornerRoundingHeight property represents the rounded corners height to apply.

Default: 0

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

Property Value

Type: Int32
The CornerRoundingHeight property gets/sets the value of the underlying JObject field, "cornerRounding.height".
See Also