CornerRadius Struct

Definition

Contains methods and properties for specifying corner radiuses.

[System.Diagnostics.DebuggerDisplay("TopLeft={TopLeft}, TopRight={TopRight}, BottomLeft={BottomLeft}, BottomRight={BottomRight}")]
[Xamarin.Forms.TypeConverter(typeof(Xamarin.Forms.CornerRadiusTypeConverter))]
public struct CornerRadius
type CornerRadius = struct
Inheritance
CornerRadius
Attributes

Constructors

CornerRadius(Double)

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

CornerRadius(Double, Double, Double, Double)

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

Properties

BottomLeft

Gets the radius of the top 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)
Equals(Object)

Compares this corner radius to another.

GetHashCode()

Gets the hashcode for the corner radius.

Operators

Equality(CornerRadius, CornerRadius)

Compares the left and right corner radius values.

Implicit(Double to CornerRadius)

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

Inequality(CornerRadius, CornerRadius)

Compares the left and right corner radius values.

Applies to