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