Specifies the alignment of contents relative to the layout rectangle.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public enum Alignment |
Visual Basic Copy Code |
---|
Public Enum Alignment |
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. |
|
Unspecified |
Unspecified. |