Skip to main content
A newer version of this page is available. .

LabelInfo.Unit Property

Specifies a unit for measuring a label’s dimensions (i.e., its size, margins and pitch).

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

public GraphicsUnit Unit { get; set; }

Property Value

Type Description
GraphicsUnit

A GraphicsUnit enumeration value, specifying the label’s unit of measure.

See Also