MindFusion.Wpf Pack Programmer's Guide
Alignment Enumeration
See Also
 





Specifies the alignment of contents relative to the layout rectangle.

Namespace: MindFusion
Assembly: MindFusion.Scheduling.Wpf

 Syntax

C#  Copy Code

public enum Alignment

Visual Basic  Copy Code

Public Enum Alignment

 Members

  Member name Description

Far

The contents are aligned far from the origin of the layout rectangle. In a left-to-right layout, the far position is right. In a right-to-left layout, the far position is left.

Near

The contents are aligned near the layout rectangle. In a left-to-right layout, the near position is left. In a right-to-left layout, the near position is right.

None

The contents are unavailable.

 See Also

MindFusion Namespace