Gets and sets the label position.
Namespace:
PerpetuumSoft.Reporting.DOMAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
C# |
---|
public BarCodeLabelPosition LabelPosition { get; set; } |
Visual Basic (Declaration) |
---|
Public Property LabelPosition As BarCodeLabelPosition |
Visual C++ |
---|
public: property BarCodeLabelPosition LabelPosition { BarCodeLabelPosition get (); void set (BarCodeLabelPosition value); } |