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