[]
        
(Showing Draft Content)

C1.Report.Field.PictureAlign

PictureAlign Property

PictureAlign

Gets or sets how field pictures should be the aligned.

Declaration
[C1Category("Image")]
[C1Description("Field.PictureAlign", "Determines how image is aligned within the field.")]
public PictureAlignEnum PictureAlign { get; set; }
<C1Category("Image")>
<C1Description("Field.PictureAlign", "Determines how image is aligned within the field.")>
Public Property PictureAlign As PictureAlignEnum
See Also