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.v24.1.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

[XtraSerializableProperty]
public float Angle { get; set; }

Property Value

Type Description
Single

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