SnapBarCode.TextAlignment Property
Specifies the alignment of the bar code’s text.
Namespace: DevExpress.Snap.Core.API
Assembly: DevExpress.Snap.v21.2.Core.dll
NuGet Package: DevExpress.Snap.Core
#Declaration
TextAlignment TextAlignment { get; set; }
#Property Value
Type | Description |
---|---|
Text |
A Text |
Available values:
Name | Description |
---|---|
Top |
The text is vertically aligned at the top, and horizontally aligned on the left. |
Top |
The text is vertically aligned at the top, and horizontally aligned at the center. |
Top |
The text is vertically aligned at the top, and horizontally aligned on the right. |
Middle |
The text is vertically aligned in the middle, and horizontally aligned on the left. |
Middle |
The text is vertically aligned in the middle, and horizontally aligned at the center. |
Middle |
The text is vertically aligned in the middle, and horizontally aligned on the right. |
Bottom |
The text is vertically aligned at the bottom, and horizontally aligned on the left. |
Bottom |
The text is vertically aligned at the bottom, and horizontally aligned at the center. |
Bottom |
The text is vertically aligned at the bottom, and horizontally aligned on the right. |
Top |
The text is vertically aligned at the top, and horizontally justified. This mode is ignored in Silverlight applications. |
Middle |
The text is vertically aligned in the middle, and horizontally justified. This mode is ignored in Silverlight applications. |
Bottom |
The text is vertically aligned at the bottom, and horizontally justified. This mode is ignored in Silverlight applications. |