'Declaration Public Enum PictureAlignEnum Inherits System.Enum
public enum PictureAlignEnum : System.Enum
'Declaration Public Enum PictureAlignEnum Inherits System.Enum
public enum PictureAlignEnum : System.Enum
Member | Description |
---|---|
CenterBottom | Align to the center and to the bottom, clipping if necessary. |
CenterMiddle | Align to the center and to the middle, clipping if necessary. |
CenterTop | Align to the center and to the top, clipping if necessary. |
LeftBottom | Align to the left and to the bottom, clipping if necessary. |
LeftMiddle | Align to the left and to the middle, clipping if necessary. |
LeftTop | Align to the left and to the top, clipping if necessary. |
RightBottom | Align to the right and to the bottom, clipping if necessary. |
RightMiddle | Align to the right and to the middle, clipping if necessary. |
RightTop | Align to the right and to the top, clipping if necessary. |
System.Object
System.ValueType
System.Enum
C1.Win.FlexReport.PictureAlignEnum