名前 | 解説 | |
---|---|---|
ImageAlign コンストラクタ | オーバーロードされます。 |
ImageAlignデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
ImageAlign コンストラクタ | オーバーロードされます。 |
名前 | 解説 | |
---|---|---|
CenterImage | Gets the image alignment that centers an image. | |
Default | Gets the default image alignment. | |
ScaleImage | Gets the image alignment that scales an image. | |
StretchImage | Gets the image alignment that stretches an image. |
名前 | 解説 | |
---|---|---|
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. |
名前 | 解説 | |
---|---|---|
ToString | Returns a string that represents the current ImageAlign. |