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