'DeclarationPublic ReadOnly Property Thickness As System.Double
'UsageDim instance As CiLine Dim value As System.Double value = instance.Thickness
public System.double Thickness {get;}
public read-only property Thickness: System.Double;
public function get Thickness : System.double
public: property System.double Thickness { System.double get(); }