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
Public property All int Gets a value indicating the border radius for all corners.
Public property BottomLeft int Gets the radius value for the bottom-left corners.
Public property BottomRight int Gets the radius value for the bottom-right corners.
Public property Empty object A static property representing a BorderRadius with zero values.
Public property IsEmpty int Returns 1 if the BorderRadius is empty; 0 otherwise.
Public property TopLeft int Gets the radius value for the top-left corners.
Public property TopRight int Gets the radius value for the top-right corners.
Methods
  Name Description
Public property Create(all) Initializes a new instance of the class with a single radius value for All corners.
Public property Create(top, bottom) Initializes a new instance of the class with radius values for the top and bottom corners.
Public property Create(topLeft, topRight, bottomRight, bottomLeft) Initializes a new instance of the class with radius values for all four corners.
Public property Equals(p) True if the border radius value exists.
Public property Equals(obj) True if the border radius object exists.
Public property ToString() Returns a string contains the border radius value.
Operators
  Name Description
Public Method <> True if the two BorderRadius objects do not have equal values.
Public Method = True if the two BorderRadius objects have equal values.
Inheritance Hierarchy

elsystem.Object

elsystem.windows.forms.BorderRadius