public readonly struct CornerRadius : IEquatable<CornerRadius>Public Structure CornerRadius
Implements IEquatable(Of CornerRadius)[<SealedAttribute>]
type CornerRadius =
struct
inherit ValueType
interface IEquatable<CornerRadius>
end| BottomLeft | Radius of the bottom left corner. |
| BottomRight | Radius of the bottom right corner. |
| IsUniform | Gets a value indicating whether all corner radii are equal. |
| TopLeft | Radius of the top left corner. |
| TopRight | Radius of the top right corner. |
| Equals(CornerRadius) | Returns a boolean indicating whether the corner radius is equal to the other given corner radius. |
| Equals(Object) |
Returns a boolean indicating whether the given Object is equal to this corner radius instance.
(Overrides ValueTypeEquals(Object)) |
| GetHashCode | (Overrides ValueTypeGetHashCode) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| Parse(String) | |
| ToString | (Overrides ValueTypeToString) |