MindFusion.Scheduling for ASP.NET Programmer's Guide
BorderSide Enumeration
See Also
 





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

 Syntax

C#  Copy Code

public enum BorderSide

Visual Basic  Copy Code

Public Enum BorderSide

 Members

  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.

 See Also

MindFusion.Scheduling Namespace