ImageAlignment Enum 
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Image alignment
public enum ImageAlignmenttype ImageAlignment = Public Enum ImageAlignment- Inheritance
- 
				ImageAlignment
Fields
| Name | Value | Description | 
|---|---|---|
| None | 0 | No alignment needed | 
| Left | 1 | Align to Left when the property ScrollOrientation is Horizontal | 
| Right | 2 | Align to Right when the property ScrollOrientation is Horizontal | 
| Top | 3 | Align to Top when the property ScrollOrientation is Vertical | 
| Bottom | 4 | Align to Bottom when the property ScrollOrientation is Vertical |