TextAlign Property (IBarcodeFont)
In This Topic
Gets or Sets the alignment of the text in the barcode value. The default value for this property is center.
Syntax
'Declaration
Property TextAlign As System.String
'Usage
Dim instance As IBarcodeFont
Dim value As System.String
instance.TextAlign = value
value = instance.TextAlign
System.string TextAlign {get; set;}
read-write property TextAlign: System.String;
function get,set TextAlign : System.String
__property System.string* get_TextAlign();
__property void set_TextAlign(
System.string* value
);
property System.String^ TextAlign {
System.String^ get();
void set ( System.String^ value);
}
See Also