'Declaration
Public ReadOnly Property VerticalResolution As Single
'Usage
Dim instance As ImageX
Dim value As Single
value = instance.VerticalResolution
public float VerticalResolution {get;}
public: __property float get_VerticalResolution();
public:
property float VerticalResolution {
float get();
}