Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property Rotation As BarcodeRotation |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public BarcodeRotation Rotation {get;} |
Managed Extensions for C++ | |
---|---|
public: __property BarcodeRotation get_Rotation(); |
C++/CLI | |
---|---|
public: property BarcodeRotation Rotation { BarcodeRotation get(); } |