BorderRadius Class
.
Namespace: elsystem.windows.forms
Properties
Additional properties, methods, and events are described in the classes listed under Inheritance Hierarchy (see below).
Name | Type | Description | |
All | int | Gets a value indicating the border radius for all corners. | |
BottomLeft | int | Gets the radius value for the bottom-left corners. | |
BottomRight | int | Gets the radius value for the bottom-right corners. | |
Empty | object | A static property representing a BorderRadius with zero values. | |
IsEmpty | int | Returns 1 if the BorderRadius is empty; 0 otherwise. | |
TopLeft | int | Gets the radius value for the top-left corners. | |
TopRight | int | Gets the radius value for the top-right corners. |
Methods
Name | Description | |
Create(all) | Initializes a new instance of the class with a single radius value for All corners. | |
Create(top, bottom) | Initializes a new instance of the class with radius values for the top and bottom corners. | |
Create(topLeft, topRight, bottomRight, bottomLeft) | Initializes a new instance of the class with radius values for all four corners. | |
Equals(p) | True if the border radius value exists. | |
Equals(obj) | True if the border radius object exists. | |
ToString() | Returns a string contains the border radius value. |
Operators
Name | Description | |
<> | True if the two BorderRadius objects do not have equal values. | |
= | True if the two BorderRadius objects have equal values. |
Inheritance Hierarchy
elsystem.windows.forms.BorderRadius