ASP.NET Pack 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
Package: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public enum BorderSide

Visual Basic  Copy Code

Public Enum BorderSide

 Members

  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.

 See Also

MindFusion.Scheduling Namespace