Enum ImageAlign
Specifies the alignment of a image in the border.
Namespace: FastReport
Assembly: FastReport.OpenSource.dll
Syntax
public enum ImageAlign
  Fields
| Name | Description | 
|---|---|
| Bottom_Center | Specifies that image is aligned in the center-center of the layout rectangle.  | 
      
| Bottom_Left | Specifies that image is aligned in the center-left of the layout rectangle.  | 
      
| Bottom_Right | Specifies that image is aligned in the center-right of the layout rectangle.  | 
      
| Center_Center | Specifies that image is aligned in the center-center of the layout rectangle.  | 
      
| Center_Left | Specifies that image is aligned in the center-left of the layout rectangle.  | 
      
| Center_Right | Specifies that image is aligned in the center-right of the layout rectangle.  | 
      
| None | Specifies that image is not aligned in the layout rectangle.  | 
      
| Top_Center | Specifies that image is aligned in the top-center of the layout rectangle.  | 
      
| Top_Left | Specifies that image is aligned in the top-left of the layout rectangle.  | 
      
| Top_Right | Specifies that image is aligned in the top-right of the layout rectangle.  |