A newer version of this page is available.
Switch to the current version.
LabelBrick.Angle Property
Gets or sets the rotation angle of the text displayed within the brick.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v18.2.Core.dll
Declaration
[XtraSerializableProperty]
[DefaultValue(0F)]
public float Angle { get; set; }
<XtraSerializableProperty>
<DefaultValue(0F)>
Public Property Angle As Single
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.
Implements
DevExpress.XtraPrinting.ILabelBrick.Angle
See Also
Feedback