ActiveReports 12
Anchor Property (LayerList)

GrapeCity.ActiveReports.Design.Win.v12 Assembly > GrapeCity.ActiveReports.Design Namespace > LayerList Class : Anchor Property
Gets or sets the edges of the container to which a control is bound and determines how a control is resized with its parent.
Syntax
'Declaration
 
Public Property Anchor As AnchorStyles
public AnchorStyles Anchor {get; set;}

Property Value

A bitwise combination of the System.Windows.Forms.AnchorStyles values. The default is Top and Left.
See Also

Reference

LayerList Class
LayerList Members