LabelBrick.Angle Property
In This Article
Gets or sets the rotation angle of the text displayed within the brick.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Single | 0 | A Single value, specifying the text angle in degrees. |
#Remarks
In the picture below the LabelBrick is drawn with the Angle set to -30 and TextBrick.HorzAlignment and TextBrick.VertAlignment set to Center.
See Also