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 |
BottomWithCenter | Align the |
BottomWithTop | Align the |
CenterWithBottom | Align the |
CenterWithCenter | Align the |
CenterWithTop | Align the |
TopWithBottom | Align the |
TopWithCenter | Align the |
TopWithTop | Align the |