'Declaration <XmlIgnoreAttribute()> <BrowsableAttribute(False)> Public Property DrawBarcodeDecorationsMethod As DrawBarcodeDecorationsDelegate
[XmlIgnore()] [Browsable(False)] public DrawBarcodeDecorationsDelegate DrawBarcodeDecorationsMethod { get; set; }
[XmlIgnore()] [Browsable(False)] public: __property DrawBarcodeDecorationsDelegate* get_DrawBarcodeDecorationsMethod(); public: __property void set_DrawBarcodeDecorationsMethod(
DrawBarcodeDecorationsDelegate* value
);
[XmlIgnore()] [Browsable(False)] public:
property DrawBarcodeDecorationsDelegate^ DrawBarcodeDecorationsMethod { DrawBarcodeDecorationsDelegate^ get(); void set(DrawBarcodeDecorationsDelegate^ value); }