Click or drag to resize

WindowOptionsCornerRoundingWidth Property

The CornerRoundingWidth property represents the rounded corners width to apply.

Default: 0

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

Property Value

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