Image.ContentAlignment Property
Specifies the alignment of the image inside the element. This is used when the image itself does not fill, or overfills, the available space.
Location
- Namespace
- Fuse.Controls
- Package
- Fuse.Controls.Primitives 2.9.1
Returns
Possible Values
- Default
- 
Default alignment 
- Left
- 
Aligns element to the left. 
- HorizontalCenter
- 
Centers element horizontally. 
- Right
- 
Aligns element to the right. 
- Top
- 
Aligns element to the top. 
- VerticalCenter
- 
Centers element vertically. 
- Bottom
- 
Aligns element to the bottom. 
- TopLeft
- 
Aligns element to the top left corner. 
- TopCenter
- 
Centers element horizontally and aligns it to the top. 
- TopRight
- 
Aligns element to the top right corner. 
- CenterLeft
- 
Centers element vertically and aligns it to the left. 
- Center
- 
Centers element both horizontally and vertically. 
- CenterRight
- 
Centers element vertically and aligns it to the right. 
- BottomLeft
- 
Aligns element to the bottom left corner. 
- BottomCenter
- 
Centers element horizontally and aligns it to the bottom. 
- BottomRight
- 
Aligns element to the bottom right corner.