Search
HorizontalAlignment Enumeration
See Also
 





Specifies the horizontal alignment of a component relative to its allocated space.

Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public enum HorizontalAlignment

Visual Basic  Copy Code

Public Enum HorizontalAlignment

 Members

  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.

 Remarks

Values from this enumeration are assigned to the HorizontalAlignment property of components.

 See Also