Click or drag to resize
CornerRadius Structure
[SECURITY CRITICAL] Describes the characteristics of a rounded corner, such as can be applied to a Windows.UI.Xaml.Controls.Border.

Namespace: Windows.UI.Xaml
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public struct CornerRadius

The CornerRadius type exposes the following members.

Constructors
  NameDescription
Public methodCornerRadius(Double)
[SECURITY CRITICAL] Initializes a new Windows.UI.Xaml.CornerRadius structure, applying the same uniform radius to all its corners.
Public methodCornerRadius(Double, Double, Double, Double)
[SECURITY CRITICAL] Initializes a new instance of the Windows.UI.Xaml.CornerRadius structure, applying specific radius values to its corners.
Top
Methods
  NameDescription
Public methodEquals(CornerRadius)
[SECURITY CRITICAL] Compares this Windows.UI.Xaml.CornerRadius structure to another Windows.UI.Xaml.CornerRadius structure for equality.
Public methodEquals(Object)
[SECURITY CRITICAL] Compares this Windows.UI.Xaml.CornerRadius structure to another object for equality.
(Overrides ValueTypeEquals(Object).)
Public methodGetHashCode
[SECURITY CRITICAL] Returns the hash code of the structure.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
[SECURITY CRITICAL] Returns the string representation of the Windows.UI.Xaml.CornerRadius structure.
(Overrides ValueTypeToString.)
Top
Operators
  NameDescription
Public operatorStatic memberEquality
[SECURITY CRITICAL] Compares the value of two Windows.UI.Xaml.CornerRadius structures for equality.
Public operatorStatic memberInequality
[SECURITY CRITICAL] Compares two Windows.UI.Xaml.CornerRadius structures for inequality.
Top
Properties
  NameDescription
Public propertyBottomLeft
[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.
Public propertyBottomRight
[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.
Public propertyTopLeft
[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.
Public propertyTopRight
[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.
Top
See Also