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