Enum HorizontalAlignment
Specifies the horizontal alignment of a SvgVisual element relative to a reference element. Used by AlignRelativeTo(SvgVisual, HorizontalAlignment?, VerticalAlignment?).
Namespace: OpenSvg
Assembly: OpenSvg.dll
Syntax
public enum HorizontalAlignment
Fields
Name | Description |
---|---|
CenterWithCenter | Align the |
CenterWithLeft | Align the |
CenterWithRight | Align the |
LeftWithCenter | Align the |
LeftWithLeft | Align the |
LeftWithRight | Align the |
RightWithCenter | Align the |
RightWithLeft | Align the |
RightWithRight | Align the |