'Declaration
Public ReadOnly Property Width As System.Integer
'Usage
Dim instance As ImageEditor Dim value As System.Integer value = instance.Width
public System.int Width {get;}
public read-only property Width: System.Integer;
public function get Width : System.int
public: property System.int Width { System.int get(); }