This refers to the position of the image in the ImageKit control when displayed in Scale display mode.

public enum Align

Public Members

Member Name Value Explanation
None 0 The same position as Center.
Center 1 The image or text is displayed in the center of the ImageKit control or the specified area.
TopLeft 2 The image or text is displayed from the top left corner of the ImageKit control or the specified area.
MiddleLeft 3 The image or text is displayed from the left side of the ImageKit control or the specified area and centered vertically.
BottomLeft 4 The image or text is displayed from the bottom left corner of the ImageKit control or the specified area.
TopCenter 5 The image or text is displayed from the top of the ImageKit control or the specified area and centered horizontally.
BottomCenter 6 The image or text is displayed from the bottom of the ImageKit control or the specified area and centered horizontally.
TopRight 7 The image or text is displayed from the top right corner of the ImageKit control or the specified area.
MiddleRight 8 The image or text is displayed from the right side of the ImageKit control or the specified area and centered vertically.
BottomRight 9 The image or text is displayed from the bottom right corner of the ImageKit control or the specified area.

See Also

ImageKit Members | Newtone.ImageKit.Wpf.ImageKit

The ImageKit WPF is created by Newtone Corporation