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