ActiveReports Developer 7
BackgroundLayout Property
See Also 
GrapeCity.ActiveReports.Document.v7 Assembly > GrapeCity.ActiveReports.Document.Section.Annotations Namespace > AnnotationImage Class : BackgroundLayout Property

Glossary Item Box

Gets or sets the enumerated value that determines the positioning of the image within the annotation box.

Syntax

Visual Basic (Declaration) 
Public Property BackgroundLayout As ImageLayout
C# 
public ImageLayout BackgroundLayout {get; set;}

See Also