Back to top OpenSVG (c) Veridict AB, www.veridict.com
Edit this page

Enum VerticalAlignment

Specifies the vertical alignment of a SvgVisual element relative to a reference element. Used by AlignRelativeTo(SvgVisual, HorizontalAlignment?, VerticalAlignment?).

Namespace: OpenSvg
Assembly: OpenSvg.dll
Syntax
public enum VerticalAlignment

Fields

Name Description
BottomWithBottom

Align the bottom edge of the element with the bottom edge of the reference.

BottomWithCenter

Align the bottom edge of the element with the vertical center of the reference.

BottomWithTop

Align the bottom edge of the element with the top edge of the reference.

CenterWithBottom

Align the vertical center of the element with the bottom edge of the reference.

CenterWithCenter

Align the vertical center of the element with the vertical center of the reference.

CenterWithTop

Align the vertical center of the element with the top edge of the reference.

TopWithBottom

Align the top edge of the element with the bottom edge of the reference.

TopWithCenter

Align the top edge of the element with the vertical center of the reference.

TopWithTop

Align the top edge of the element with the top edge of the reference.

See Also
SvgVisual
HorizontalAlignment