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
Assembly: MindFusion.Scheduling.WebForms
C#
![]() |
---|
public enum BorderSide |
Visual Basic
![]() |
---|
Public Enum BorderSide |
Member name | Value | Description | |
---|---|---|---|
![]() |
None |
0 | No value is set. |
![]() |
Left |
1 | A border on the left side of the html element. |
![]() |
Top |
2 | A border on the top side of the html element. |
![]() |
Right |
4 | A border on the right side of the html element. |
![]() |
Bottom |
8 | A border on the bottom side of the html element. |
![]() |
All |
15 | A border on all four sides of the html element. |