Skip to main content

LabelInfo.RightMargin Property

Specifies the right margin of a label, measured in the units defined by the LabelInfo.Unit property.

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v24.1.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public float RightMargin { get; set; }

Property Value

Type Description
Single

A Single structure.

See Also