| 名前 | 解説 | |
|---|---|---|
![]()  | ImageAlign コンストラクタ | Initializes a new instance of the ImageAlign class. | 
ImageAlignデータ型で公開されるメンバを以下の表に示します。
| 名前 | 解説 | |
|---|---|---|
![]()  | ImageAlign コンストラクタ | Initializes a new instance of the ImageAlign class. | 
| 名前 | 解説 | |
|---|---|---|
![]()  | AlignHorz | Gets or sets the horizontal alignment of an image within a container. | 
![]()  | AlignHorzExpr | Gets or sets the expression used to calculate ImageAlign.AlignHorz. | 
![]()  | AlignVert | Gets or sets the vertical alignment of an image within a container. | 
![]()  | AlignVertExpr | Gets or sets the expression used to calculate ImageAlign.AlignVert. | 
![]()  | BestFit | Gets or sets a value indicating whether an image should be resized to best fit within its container. See remarks for details. | 
![]() ![]()  | Default | Gets the default image alignment. | 
![]()  | KeepAspectRatio | Gets or sets a value indicating whether the original aspect ratio is preserved when rendering an image. Used when ImageAlign.StretchHorz or ImageAlign.StretchVert is true. | 
![]()  | KeepAspectRatioExpr | Gets or sets the expression used to calculate ImageAlign.KeepAspectRatio. | 
![]()  | StretchHorz | Gets or sets a value indicating whether an image is stretched horizontally to fill its container. | 
![]()  | StretchHorzExpr | Gets or sets the expression used to calculate ImageAlign.StretchHorz. | 
![]()  | StretchVert | Gets or sets a value indicating whether an image is stretched vertically to fill its container. | 
![]()  | StretchVertExpr | Gets or sets the expression used to calculate ImageAlign.StretchVert. | 
![]()  | TileHorz | Gets or sets a value indicating whether an image is tiled horizontally within its container. Ignored if ImageAlign.StretchHorz is true. | 
![]()  | TileHorzExpr | Gets or sets the expression used to calculate ImageAlign.TileHorz. | 
![]()  | TileVert | Gets or sets a value indicating whether an image is tiled vertically within its container. Ignored if ImageAlign.StretchVert is true. | 
![]()  | TileVertExpr | Gets or sets the expression used to calculate ImageAlign.TileVert. | 
| 名前 | 解説 | |
|---|---|---|
![]()  | ToString | Returns a string that represents the current ImageAlign. |