Skip to main content
All docs
V23.2

FlyoutDialog.CornerRadius Property

This is an internal property and should not be used.

Namespace: DevExpress.XtraBars.Docking2010.Customization

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public CornerRadius? CornerRadius { get; set; }

Property Value

Type Description
Nullable<DevExpress.Utils.Drawing.CornerRadius>

 

See Also