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.
[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
-
System.ValueTypeCornerRadius
- Attributes
-
System.Diagnostics.DebuggerDisplayAttribute TypeConverterAttribute
Constructors
CornerRadius(Double, Double, Double, Double) |
Creates a new CornerRadius such that each of four 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 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 |
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 |