BarcodeSettings
BottomTextAligment Property
|
Indicate bottom text aligment.
Namespace:
Spire.Barcode
Assembly:
Spire.Barcode (in Spire.Barcode.dll) Version: 7.3.7.0 (7.3.7.9046)
Syntax
public StringAlignment BottomTextAligment { get; set; }
Public Property BottomTextAligment As StringAlignment
Get
Set
public:
virtual property StringAlignment BottomTextAligment {
StringAlignment get () sealed;
void set (StringAlignment value) sealed;
}
abstract BottomTextAligment : StringAlignment with get, set
override BottomTextAligment : StringAlignment with get, set
Property Value
Type:
StringAlignment
Implements
IBarcodeSettings
BottomTextAligment
See Also