The RectangleCornerRadius type exposes the following members.

Constructors

  NameDescription
Public methodRectangleCornerRadius()()()()
Initializes a new instance of the RectangleCornerRadius class.
Public methodRectangleCornerRadius(Double)
Initializes a new instance of the RectangleCornerRadius class with a specified uniform radius value for every corner of the rectangle.
Public methodRectangleCornerRadius(Double, Double, Double, Double)
Initializes a new instance of the RectangleCornerRadius class with the specified radius values for each corner of the rectangle.

Methods

  NameDescription
Public methodEquals(Object) (Overrides Object..::..Equals(Object).)
Public methodEquals(RectangleCornerRadius)
Public methodGetHashCode (Overrides Object..::..GetHashCode()()()().)
Public methodToString()()()()
Converts the RectangleCornerRadius object to a string representation, using the current CultureInfo.
(Overrides Object..::..ToString()()()().)
Public methodToString(CultureInfo)
Converts the RectangleCornerRadius object to a string representation, using the specified CultureInfo.

Operators

  NameDescription
Public operatorStatic memberEquality
Public operatorStatic memberInequality

Properties

  NameDescription
Public propertyBottomLeft
Gets or sets the radius of the bottom-left corner. Default value is 0 (zero)
Public propertyBottomRight
Gets or sets the radius of the bottom-right corner. Default value is 0 (zero)
Public propertyTopLeft
Gets or sets the radius of the top-left corner. Default value is 0 (zero)
Public propertyTopRight
Gets or sets the radius of the top-right corner. Default value is 0 (zero)

Events

  NameDescription
Public eventPropertyChanged
Occurs when a property value changes.

See Also