'DeclarationPublic ReadOnly Property Pixels As System.Integer
'UsageDim 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(); }