Specifies the horizontal alignment of a component relative to its allocated space.
Namespace: MindFusion.Diagramming.Components
Package: MindFusion.Diagramming
C#
![]() |
---|
public enum HorizontalAlignment |
Visual Basic
![]() |
---|
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.