CornerRadius Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |