Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

XRPanel.SnapLinePadding Property

Specifies the inner indents to be maintained when report elements are aligned to the XRPanel‘s edges using snap lines.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v24.2.dll

NuGet Package: DevExpress.Reporting.Core

#Declaration

[Browsable(true)]
public override PaddingInfo SnapLinePadding { get; set; }

#Property Value

Type Description
PaddingInfo

A PaddingInfo object, containing padding information associated with the control.

#Remarks

Use the SnapLinePadding property to specify inner indents (in the report’s measurement units), to be maintained around an XRPanel‘s edges, when report controls are being aligned to them using snap lines (when the XtraReport.SnappingMode is set to SnapLines or SnapToGridAndSnapLines).

To specify a control’s outer snap line indents, use the XRControl.SnapLineMargin property.

See Also