BarCodeControl.VerticalTextAlignment Property
Gets or sets the text's vertical alignment.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v20.2.dll
Declaration
[DefaultValue(VertAlignment.Bottom)]
[DXCategory("Appearance")]
public VertAlignment VerticalTextAlignment { get; set; }
<DefaultValue(VertAlignment.Bottom)>
<DXCategory("Appearance")>
Public Property VerticalTextAlignment As VertAlignment
Property Value
Type | Default | Description |
---|---|---|
VertAlignment | Bottom |
A VertAlignment enumeration value that specifies the text's vertical alignment. |
See Also
Feedback