xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xrpanel-d5256b3a.md
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.v25.2.dll
NuGet Package : DevExpress.Reporting.Core
[Browsable(true)]
public override PaddingInfo SnapLinePadding { get; set; }
<Browsable(True)>
Public Overrides Property SnapLinePadding As PaddingInfo
| Type | Description |
|---|---|
| PaddingInfo |
A PaddingInfo object, containing padding information associated with the control.
|
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