The Round type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Round()()()() |
Creates and initializes new instance of object.
| |
| Round(Int32) |
Creates and initializes new instance of object from passed round value for all corners.
| |
| Round(Round) |
Creates and initializes new instance of object from passed Round object.
| |
| Round(Int32, Int32, Int32, Int32) |
Creates and initializes new instance of object from passed round values for each corner.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize |
Disposes all the resources used by component.
(Overrides Object..::..Finalize()()()().) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString |
Returns a string that represents the current object.
(Overrides Object..::..ToString()()()().) |
Properties
| Name | Description | |
|---|---|---|
| All |
Gets and sets round value all corners.
| |
| BottomLeft |
Gets and sets round value of bottom left corner.
| |
| BottomRight |
Gets and sets round value of bottom right corner.
| |
| TopLeft |
Gets and sets round value of top left corner.
| |
| TopRight |
Gets and sets round value of top right corner.
|