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