IBarcodeSettings
TopTextAligment Property
|
Indicate top text aligment.
Namespace:
Spire.Barcode
Assembly:
Spire.Barcode (in Spire.Barcode.dll) Version: 7.3.7.0 (7.3.7.9046)
Syntax
StringAlignment TopTextAligment { get; set; }
Property TopTextAligment As StringAlignment
Get
Set
property StringAlignment TopTextAligment {
StringAlignment get ();
void set (StringAlignment value);
}
abstract TopTextAligment : StringAlignment with get, set
Property Value
Type:
StringAlignment
See Also