ActiveReports 12
Anchor Property (DataVisualizerBasePanel)

GrapeCity.ActiveReports.Design.Win.v12 Assembly > GrapeCity.ActiveReports.Design.DdrDesigner.Tools.DataVisualizers Namespace > DataVisualizerBasePanel 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 Overridable Property Anchor As AnchorStyles
public virtual 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

DataVisualizerBasePanel Class
DataVisualizerBasePanel Members