Back to Devexpress

Band.SnapLinePadding Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-band-b9026acf.md

latest1.9 KB
Original Source

Band.SnapLinePadding Property

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

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[Browsable(true)]
public override PaddingInfo SnapLinePadding { get; set; }
vb
<Browsable(True)>
Public Overrides Property SnapLinePadding As PaddingInfo

Property Value

TypeDescription
PaddingInfo

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

|

Remarks

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

See Also

SnappingMode

SnapLineMargin

Band Class

Band Members

DevExpress.XtraReports.UI Namespace