名前 | 解説 | |
---|---|---|
AlignHorz | Gets or sets the horizontal alignment of an image within a container. | |
AlignVert | Gets or sets the vertical alignment of an image within a container. | |
BestFit | Gets or sets a value indicating whether an image should be resized to best fit within its container. See remarks for details. | |
KeepAspectRatio | Gets or sets a value indicating whether the original aspect ratio is preserved when rendering an image. Used when StretchHorz or StretchVert is true. | |
StretchHorz | Gets or sets a value indicating whether an image is stretched horizontally to fill its container. | |
StretchVert | Gets or sets a value indicating whether an image is stretched vertically to fill its container. | |
TileHorz | Gets or sets a value indicating whether an image is tiled horizontally within its container. Ignored if StretchHorz is true. | |
TileVert | Gets or sets a value indicating whether an image is tiled vertically within its container. Ignored if StretchVert is true. |