[]
        
(Showing Draft Content)

C1.WPF.FlexReport.PictureAlignEnum

PictureAlignEnum Enum

Specifies the alignment of images within the field's rectangle.

Namespace: C1.WPF.FlexReport
Assembly: C1.WPF.FlexReport.4.6.2.dll
Syntax
public enum PictureAlignEnum
Remarks

Use the members of this enumeration to set the value of the PictureAlign, PictureAlign etc properties.

Fields

Name 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.