The CornerRadiuses type exposes the following members.

Constructors

  NameDescription
CornerRadiuses
Initializes a new instance of the CornerRadiuses class.

Methods

  NameDescription
Clone
Implements Clone()()().
ConvertUnits
Parses the specified string and returns an CornerRadiuses .
Equals
Overridden. See Equals(Object).
(Overrides ValueType..::.Equals(Object).)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Overridden. See GetHashCode()()().
(Overrides ValueType..::.GetHashCode()()().)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ParseOverloaded.
ToStringOverloaded.

Operators

  NameDescription
Equality
Inequality

Properties

  NameDescription
Empty
Gets CornerRadiuses which sets missing rounding radiuses for the corners.
IsEmpty
Gets a value showing that rounding radiuses are not set.
LeftBottom
Gets or sets rounding radius for the bottom right corner.
LeftTop
Gets or sets rounding radius for the top left corner.
RightBottom
Gets or sets rounding radius for the bottom left corner.
RightTop
Gets or sets rounding radius for the top right corner.

See Also