Share via


CornerRadius Struct

Definition

Contains methods and properties for specifying corner radiuses.

public value class CornerRadius
[System.ComponentModel.TypeConverter(typeof(Microsoft.Maui.Converters.CornerRadiusTypeConverter))]
public struct CornerRadius
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Maui.Converters.CornerRadiusTypeConverter))>]
type CornerRadius = struct
Public Structure CornerRadius
Inheritance
CornerRadius
Attributes

Constructors

CornerRadius(Double, Double, Double, Double)

Creates a new CornerRadius such that each of its corners have the specified radiuses.

CornerRadius(Double)

Creates a new CornerRadius such that all four of its corners have the same radius.

Properties

BottomLeft

Gets the radius of the bottom left corner.

BottomRight

Gets the radius of the bottom right corner.

TopLeft

Gets the radius of the top left corner.

TopRight

Gets the radius of the top right corner.

Methods

Deconstruct(Double, Double, Double, Double)

Deconstructs the CornerRadius into its component corner values.

Equals(Object)

Compares this corner radius to another object.

GetHashCode()

Gets the hashcode for the corner radius.

Operators

Equality(CornerRadius, CornerRadius)

Compares two CornerRadius values for equality.

Implicit(Double to CornerRadius)

Converts a uniform radius value to a CornerRadius.

Inequality(CornerRadius, CornerRadius)

Compares two CornerRadius values for inequality.

Applies to