PlatformWindowOptionsCornerRoundingWidth Property |
The CornerRoundingWidth property represents the rounded
corners width to apply.
Default: 0
Namespace:
Openfin.Desktop.PlatformAPI
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.5.1
Syntax 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