Summary
Verifies if the CornerRadius contains same values
- Namespace
- MahApps
.Metro .Controls - Containing Type
- Utils
Syntax
public static bool IsUniform(this CornerRadius corner)
Parameters
| Name | Type | Description |
|---|---|---|
| corner | CornerRadius | CornerRadius |
Return Value
| Type | Description |
|---|---|
| bool | true if yes, otherwise false |
