Gets or sets how the background picture is aligned.
Namespace:
C1.C1ReportAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
[DefaultValueAttribute(PictureAlignEnum.CenterMiddle)] public PictureAlignEnum PictureAlign { get; set; } |
Visual Basic |
---|
<DefaultValueAttribute(PictureAlignEnum.CenterMiddle)> _ Public Property PictureAlign As PictureAlignEnum Get Set |
Remarks
To select the background picture and which pages should display it, use the Picture and PictureShow properties.
The default value for this property is PictureAlignEnum.CenterMiddle.