'DeclarationReadOnly Property WidthDefined As System.Boolean
'UsageDim instance As IShapeRange Dim value As System.Boolean value = instance.WidthDefined
System.bool WidthDefined {get;}
read-only property WidthDefined: System.Boolean;
function get WidthDefined : System.boolean
            __property System.bool get_WidthDefined();
            property System.bool WidthDefined { System.bool get(); }