The Round type exposes the following members.

Constructors

  NameDescription
Public methodRound()()()()
Creates and initializes new instance of object.
Public methodRound(Int32)
Creates and initializes new instance of object from passed round value for all corners.
Public methodRound(Round)
Creates and initializes new instance of object from passed Round object.
Public methodRound(Int32, Int32, Int32, Int32)
Creates and initializes new instance of object from passed round values for each corner.

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize
Disposes all the resources used by component.
(Overrides Object..::..Finalize()()()().)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Overrides Object..::..ToString()()()().)

Properties

  NameDescription
Public propertyAll
Gets and sets round value all corners.
Public propertyBottomLeft
Gets and sets round value of bottom left corner.
Public propertyBottomRight
Gets and sets round value of bottom right corner.
Public propertyTopLeft
Gets and sets round value of top left corner.
Public propertyTopRight
Gets and sets round value of top right corner.

See Also