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

Left

Indicates that the component should be left-aligned.

Center

Indicates that the component should be centered.

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