'Declaration Public Property ShowText As ImGearBarcodeShowTextInfo
'Usage Dim instance As ImGearBarcodeWriterBase Dim value As ImGearBarcodeShowTextInfo instance.ShowText = value value = instance.ShowText
public ImGearBarcodeShowTextInfo ShowText {get; set;}
public: __property ImGearBarcodeShowTextInfo get_ShowText(); public: __property void set_ShowText( ImGearBarcodeShowTextInfo value );
public: property ImGearBarcodeShowTextInfo ShowText { ImGearBarcodeShowTextInfo get(); void set ( ImGearBarcodeShowTextInfo value); }