Skip to main content

LabelBrick.Angle Property

Gets or sets the rotation angle of the text displayed within the brick.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

[DefaultValue(0F)]
public float Angle { get; set; }

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.

LabelBrick.Angle

See Also