The Borders type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Equals |
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.) |
![]() |
GetHashCode |
Returns the hash code for this instance.
(Inherited from ValueType.) |
![]() |
ToString |
Returns the fully qualified type name of this instance.
(Inherited from ValueType.) |
Properties
Name | Description | |
---|---|---|
![]() |
All |
Sets all four borders to a single value.
|
![]() |
Bottom |
Gets or sets the bottom border.
|
![]() |
BottomExpr |
Gets or sets the expression used to calculate Bottom.
|
![]() |
IsRound | |
![]() |
Left |
Gets or sets the left border.
|
![]() |
LeftExpr |
Gets or sets the expression used to calculate Left.
|
![]() |
RadiusX |
Gets or sets the x-radius of the ellipse used to draw the rounded corners of the border.
|
![]() |
RadiusXExpr |
Gets or sets the expression used to calculate RadiusX.
|
![]() |
RadiusY |
Gets or sets the y-radius of the ellipse used to draw the rounded corners of the border.
|
![]() |
RadiusYExpr |
Gets or sets the expression used to calculate RadiusY.
|
![]() |
Right |
Gets or sets the right border.
|
![]() |
RightExpr |
Gets or sets the expression used to calculate Right.
|
![]() |
Top |
Gets or sets the top border.
|
![]() |
TopExpr |
Gets or sets the expression used to calculate Top.
|