FlyoutDialog.CornerRadius Property
This is an internal property and should not be used.
Namespace: DevExpress.XtraBars.Docking2010.Customization
Assembly: DevExpress.XtraBars.v24.1.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