Specifies the sides of an html element to apply a style border to. This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its members.
Namespace: MindFusion.Scheduling
Package: MindFusion.Scheduling.WebForms
C#
![]() |
---|
public enum BorderSide |
Visual Basic
![]() |
---|
Public Enum BorderSide |
Member name | Description | |
---|---|---|
![]() |
All |
A border on all four sides of the html element. |
![]() |
Bottom |
A border on the bottom side of the html element. |
![]() |
Left |
A border on the left side of the html element. |
![]() |
None |
No value is set. |
![]() |
Right |
A border on the right side of the html element. |
![]() |
Top |
A border on the top side of the html element. |