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





Specifies the position of an element relative to its container.

Namespace: MindFusion.Scheduling.WebForms
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public enum Position

Visual Basic  Copy Code

Public Enum Position

 Members

  Member name Value Description

Unspecified

-1

Unspecified.

None

0

The element is not displayed.

Left

1

The element is docked at the left side.

Top

2

The element is docked at the top side.

Right

3

The element is docked at the right side.

Bottom

4

The element is docked at the bottom side.

 See Also

MindFusion.Scheduling.WebForms Namespace