Skip to main content
A newer version of this page is available. .

SimpleButton.CornerRadius Property

Gets or sets the SimpleButton‘s corner radius. This is a dependency property.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public CornerRadius CornerRadius { get; set; }

Property Value

Type Description
CornerRadius

The SimpleButton‘s corner radius.

Remarks

<Window ...
  xmlns:dx="http://schemas.devexpress.com/winfx/2008/xaml/core">
  <dx:SimpleButton CornerRadius="5" BorderThickness="2" BorderBrush="CadetBlue"/>
</Window>

SimpleButton - CornerRadius property

See Also