Provides extension methods for the Avalonia.CornerRadius type.
- Inheritance:
- object object
Methods
IsZero(CornerRadius)
Returns whether all radii in the Avalonia.CornerRadius are 0.0
.
Parameter | Type | Description |
---|---|---|
cornerRadius | CornerRadius | The Avalonia.CornerRadius to examine. |
Returns
- bool:
true
if all radii in the Avalonia.CornerRadius are0.0
; otherwise,false
.