The RectangleCornerRadius type exposes the following members.

Constructors

  NameDescription
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 ValueType..::..Equals(Object).)
Public methodEquals(RectangleCornerRadius)
Public methodGetHashCode (Overrides ValueType..::..GetHashCode()()()().)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString()()()()
Converts the RectangleCornerRadius object to a string representation, using the current CultureInfo.
(Overrides ValueType..::..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)

See Also