Skip to content

FillOrigin

The FillOrigin enumeration defines the starting point for image filling in the Image component.

attributesdescription
CenterFills from the center of the image.
LeftFills from the left side of the image.
TopFill from the top of the image.
RightFill from the right side of the image.
BottomFill from the bottom of the image.
LeftTopFills from the top left corner of the image and fills towards the bottom right.
RightTopFill the image starting from the top right corner and fill towards the bottom left.
RightBottomFill from the bottom right corner of the image, filling towards the top left corner.
LeftBottomFill from the bottom left corner of the image and fill towards the top right corner.