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