CornerRadius Structure |
Namespace: Windows.UI.Xaml
public struct CornerRadius
The CornerRadius type exposes the following members.
Name | Description | |
---|---|---|
CornerRadius(Double) |
[SECURITY CRITICAL] Initializes a new Windows.UI.Xaml.CornerRadius structure,
applying the same uniform radius to all its corners.
| |
CornerRadius(Double, Double, Double, Double) |
[SECURITY CRITICAL] Initializes a new instance of the Windows.UI.Xaml.CornerRadius
structure, applying specific radius values to its corners.
|
Name | Description | |
---|---|---|
Equals(CornerRadius) |
[SECURITY CRITICAL] Compares this Windows.UI.Xaml.CornerRadius structure
to another Windows.UI.Xaml.CornerRadius structure for equality.
| |
Equals(Object) |
[SECURITY CRITICAL] Compares this Windows.UI.Xaml.CornerRadius structure
to another object for equality.
(Overrides ValueTypeEquals(Object).) | |
GetHashCode |
[SECURITY CRITICAL] Returns the hash code of the structure.
(Overrides ValueTypeGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString |
[SECURITY CRITICAL] Returns the string representation of the Windows.UI.Xaml.CornerRadius
structure.
(Overrides ValueTypeToString.) |
Name | Description | |
---|---|---|
Equality |
[SECURITY CRITICAL] Compares the value of two Windows.UI.Xaml.CornerRadius
structures for equality.
| |
Inequality |
[SECURITY CRITICAL] Compares two Windows.UI.Xaml.CornerRadius structures
for inequality.
|
Name | Description | |
---|---|---|
BottomLeft |
[SECURITY CRITICAL] Gets or sets the radius of rounding, in pixels, of the
bottom left corner of the object where a Windows.UI.Xaml.CornerRadius is
applied.
| |
BottomRight |
[SECURITY CRITICAL] Gets or sets the radius of rounding, in pixels, of the
bottom right corner of the object where a Windows.UI.Xaml.CornerRadius is
applied.
| |
TopLeft |
[SECURITY CRITICAL] Gets or sets the radius of rounding, in pixels, of the
top left corner of the object where a Windows.UI.Xaml.CornerRadius is applied.
| |
TopRight |
[SECURITY CRITICAL] Gets or sets the radius of rounding, in pixels, of the
top right corner of the object where a Windows.UI.Xaml.CornerRadius is applied.
|