Specifies the horizontal alignment of a component relative to its allocated space.
Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public enum HorizontalAlignment |
Visual Basic Copy Code |
---|
Public Enum HorizontalAlignment |
Member name | Description | |
---|---|---|
Center |
Indicates that the component should be centered. |
|
Left |
Indicates that the component should be left-aligned. |
|
Right |
Indicates that the component should be right-aligned. |
|
Stretch |
Indicates that the component should be stretched horizontally. |
Values from this enumeration are assigned to the HorizontalAlignment property of components.