Table of Contents

Enum VerticalAlignment

Namespace
FemDesign.GenericClasses
Assembly
FemDesign.Core.dll
public enum VerticalAlignment
Extension Methods

Fields

[Parseable(new string[] { "bottom", "Bottom", "BOTTOM" })] Bottom = 2
[Parseable(new string[] { "center", "Center", "CENTER", "centre", "Centre", "CENTRE" })] Center = 1
[Parseable(new string[] { "top", "Top", "TOP" })] Top = 0