AnchoringStyles
Enum
Specifies how a ReportItem anchors to the edges of its container.
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
C#
[Flags]
public enum AnchoringStyles
Fields
The ReportItem is anchored to the bottom edge of its container.
C#
Bottom = 2
The ReportItem is anchored to the left edge of its container.
C#
Left = 4
The ReportItem is not anchored to any edge of its container.
C#
None = 0
The ReportItem is anchored to the right edge of its container.
C#
Right = 8
The ReportItem is anchored to the top edge of its container.
C#
Top = 1