MindFusion.Wpf Pack Programmer's Guide
HorizontalAlignment Enumeration
See Also
 





Specifies the horizontal alignment of an element.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public enum HorizontalAlignment

Visual Basic  Copy Code

Public Enum HorizontalAlignment

 Members

  Member name Description

Center

Indicates that the element is horizontally centered.

Default

Indicates the default alignment, usually dependent on the element's type.

Left

Indicates that the element is aligned to the left side.

Right

Indicates that the element is aligned to the right side.

 See Also

MindFusion.Spreadsheet.Wpf Namespace