Enum ImageExpandAnchor
An anchor for repositioning the image after the image has been expanded.
Namespace: Gorgon.Graphics.Imaging
Assembly: Gorgon.Graphics.Imaging.dll
Syntax
public enum ImageExpandAnchor
Fields
Name | Description |
---|---|
BottomLeft | Image is in the bottom left corner. |
BottomMiddle | Image is in the center at the bottom. |
BottomRight | Image is in the bottom right corner. |
Center | Image is centered. |
MiddleLeft | Image is in the middle and to the left. |
MiddleRight | Image is in the middle and to the right. |
UpperLeft | Image is in the upper left corner. |
UpperMiddle | Image is in the center at the top. |
UpperRight | Image is in the upper right corner. |